UNPKG

@enterthenamehere/esdoc

Version:

Good Documentation Generator For JavaScript, updated for new decade

8 lines (6 loc) 138 B
import { Option } from './Option.js'; export class StringOption extends Option { static get type() { return 'string'; } }