riddle8418-simple-types
v1.0.1
Published
```ts export type b = boolean export type n = number export type s = string export type d = Date
Downloads
2
Readme
Simple Types
export type b = boolean
export type n = number
export type s = string
export type d = Date
export type B = b[]
export type N = n[]
export type S = s[]
export type D = d[]