super-types
v3.0.0
Published
Really super types for typescript
Downloads
3
Readme
super-types
Really super types for typescript
Installation
# NPM
npm install super-types
# YARN
yarn add super-types
Types
Date related
ISODateString
This is used to add type to ISO 8601 date. Example:
const date: ISODateString = '2020-12-03';