UNPKG

typescanner

Version:

A simple library for implementing type guard in TypeScript.

5 lines (4 loc) 375 B
export { scan } from "./scan"; export { scanner } from "./scanner"; export { array, bigint, boolean, date, instanceOf, list, Null, number, optional, string, symbol, Undefined, union, } from "./fields"; export { isArray, isBigint, isBoolean, isDate, isInstanceOf, isList, isNull, isNumber, isObject, isOptional, isString, isSymbol, isUndefined, isUnion, } from "./typeGuard";