UNPKG

@minofrk/msf-io-ts

Version:

Type utilities with io-ts for MSF format.

4 lines (3 loc) 207 B
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>;