UNPKG

@minofrk/msf-io-ts

Version:

Type utilities with io-ts for MSF format.

5 lines 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var io_ts_1 = require("io-ts"); exports.Player = io_ts_1.union([io_ts_1.literal('arxe'), io_ts_1.literal('sorn')]); //# sourceMappingURL=player.js.map