UNPKG
@minofrk/msf-io-ts
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.2
0.0.1
0.0.0
Type utilities with io-ts for MSF format.
github.com/minofrk/msf-io-ts
minofrk/msf-io-ts
@minofrk/msf-io-ts
/
lib
/
player.js
5 lines
•
227 B
JavaScript
View Raw
1
2
3
4
5
"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