UNPKG

airship-server

Version:

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

14 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class AnyType { serialize() { return { type: 'AnyType' }; } static deserialize(raw) { return new AnyType(); } } exports.default = AnyType; //# sourceMappingURL=AnyType.js.map