UNPKG

@minofrk/msf-io-ts

Version:

Type utilities with io-ts for MSF format.

10 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var io_ts_1 = require("io-ts"); exports.FalaType = io_ts_1.union([ io_ts_1.literal(0), io_ts_1.brand(io_ts_1.Int, function (x) { return 0 <= x && x <= 2147483647; }, 'FalaType'), ]); //# sourceMappingURL=fala-type.js.map