UNPKG

blow-types

Version:
21 lines (15 loc) 222 B
# blow-types Data types for Blow. ### Default types * string * date * time * datetime * boolean * float * integer * object ```typescript import * as types from 'blow-types'; types.get('string').parse(10); // '10' ```