UNPKG

@minofrk/msf-io-ts

Version:

Type utilities with io-ts for MSF format.

7 lines (6 loc) 292 B
import { TypeOf } from 'io-ts'; export interface DateTimeStringBrand { readonly DateTimeString: unique symbol; } export declare const DateTimeString: import("io-ts").BrandC<import("io-ts").StringC, DateTimeStringBrand>; export declare type DateTimeString = TypeOf<typeof DateTimeString>;