UNPKG

ts-cast

Version:
4 lines (3 loc) 137 B
import { createCaster } from '../engine'; import { isStr } from '../engine/guards'; export const string = createCaster('string', isStr);