UNPKG

@minofrk/msf-io-ts

Version:

Type utilities with io-ts for MSF format.

7 lines (6 loc) 361 B
import { TypeOf } from 'io-ts'; export interface FalaTypeBrand { readonly FalaType: unique symbol; } export declare const FalaType: import("io-ts").UnionC<[import("io-ts").LiteralC<0>, import("io-ts").BrandC<import("io-ts").BrandC<import("io-ts").NumberC, import("io-ts").IntBrand>, FalaTypeBrand>]>; export declare type FalaType = TypeOf<typeof FalaType>;