UNPKG

@enterthenamehere/esdoc

Version:

Good Documentation Generator For JavaScript, updated for new decade

8 lines (6 loc) 154 B
import { Type } from './Type.js'; export class ObjectOptionTypeSchema extends Type { validateType() { super.validateType(['object']); } }