UNPKG

@enterthenamehere/esdoc

Version:

Good Documentation Generator For JavaScript, updated for new decade

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