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.d.ts
4 lines
(3 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
import
{
TypeOf
}
from
'io-ts'
;
export
declare
const
Player
:
import
(
"io-ts"
).
UnionC
<[
import
(
"io-ts"
).
LiteralC
<
"arxe"
>,
import
(
"io-ts"
).
LiteralC
<
"sorn"
>]>;
export
declare
type
Player
=
TypeOf
<
typeof
Player
>;