@mnpjs/package
Version:
A package structure for mnp.
12 lines (10 loc) • 323 B
JavaScript
export {}
/* typal types/index.xml closure noSuppress */
/**
* @typedef {_my-new-package.Config} Config Options for the program.
*/
/**
* @typedef {Object} _my-new-package.Config Options for the program.
* @prop {boolean} [shouldRun=true] A boolean option. Default `true`.
* @prop {string} text A text to return.
*/