Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

blow-types

mchmielarski3MIT0.1.4TypeScript support: included

Data types for Blow.

types, data types, blow, typescript

readme

blow-types

Data types for Blow.

Default types

  • string
  • date
  • time
  • datetime
  • boolean
  • float
  • integer
  • object
import * as types from 'blow-types';

types.get('string').parse(10); // '10'