UNPKG

@enterthenamehere/esdoc

Version:

Good Documentation Generator For JavaScript, updated for new decade

10 lines (8 loc) 345 B
import { Type } from './Type.js'; /** * {this} is an extension of {super} provided as a "syntax sugar". {super} already implements all the necessary * functionality so it's not necessary to use this subclass to validate boolean schema, but it's possible for * completeness. */ export class BooleanOptionTypeSchema extends Type { }