UNPKG

airship-server

Version:

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

7 lines (6 loc) 132 B
import {Type} from "./Type"; export default class IntBoolType implements Type { serialize(): Object { return {} } }