UNPKG

jumbo-core

Version:

Modern lightweight fast enterprise level MVW framework for Node.js

7 lines (6 loc) 133 B
declare class BaseModel { private _isValid; static validator: any; readonly isValid: boolean; constructor(); }