UNPKG

core-mvc

Version:

Simple but powerful MVC framework for NodeJS.

5 lines 178 B
export declare function assert<T>(condition: T, msg: string | { toString(): string; } | Error): asserts condition; export default assert; //# sourceMappingURL=assert.d.ts.map