UNPKG

very-express

Version:

based on json schema and openapi, generate Express RestApi server with mongoDb

9 lines (6 loc) 162 B
export class _ControllerFactory { constructor() {} protected isObjectId(id: string): boolean { return /^[0-9a-fA-F]{24}$/.test(id); } }