UNPKG

@minofrk/msf-io-ts

Version:

Type utilities with io-ts for MSF format.

13 lines 520 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var io_ts_1 = require("io-ts"); var root_node_1 = require("./root-node"); var result_1 = require("./result"); var non_root_node_1 = require("./non-root-node"); exports.MSFType = io_ts_1.type({ aptex: io_ts_1.dictionary(io_ts_1.string, io_ts_1.union([io_ts_1.string, io_ts_1.undefined])), kit: root_node_1.RootNode, fixt: result_1.Result, seslax: io_ts_1.array(non_root_node_1.NonRootNode), }); //# sourceMappingURL=codec.js.map