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'
|