UNPKG

@minofrk/msf-io-ts

Version:

Type utilities with io-ts for MSF format.

5 lines (4 loc) 199 B
export { MSFType, ReadonlyMSFType } from './codec'; export { isSpecCompliantMSFType } from './compliant'; export { FalaType } from './fala-type'; export { DateTimeString } from './date-time-string';