mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 19:42:27 +08:00
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export {cont, name, start} from './lib/index.js'
|