macoolka-type-model
Version:
`macoolka-type-model` is a library for define model in TypeScript. It easily build a type contain field and method to your Application. It provide a generation model for type and validition
9 lines • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.importsTS = exports.importsIO = exports.headerTS = void 0;
exports.headerTS = ["Code generated by github.com/macoolka/macoolka-gen-model, DO NOT EDIT."];
exports.importsIO = ["import * as t from 'macoolka-io'"];
exports.importsTS = [
"export interface NonEmptyArray<A> extends Array<A> {\n 0: A\n}\n\nexport type MaybeArray<A> = A | Array<A>\n"
];
//# sourceMappingURL=constant.js.map