UNPKG

airship-server

Version:

Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.

9 lines 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class IntBoolType { serialize() { return {}; } } exports.default = IntBoolType; //# sourceMappingURL=IntBoolType.js.map