5.0.3 • Published 6 years ago
@unction/type v5.0.3
@unction/type
(null | void | {constructor: {name: string}}) => string
Returns the type name of the value provided.
type("a") // "String"
type(1) // "Number"
type({}) // "Object"
type([]) // "Array"
type(true) // "Boolean"
type(null) // "null"
type(undefined) // "undefined"
5.0.3
6 years ago
5.0.2
6 years ago
5.0.1
6 years ago
5.0.0
6 years ago
4.2.1
6 years ago
4.2.0
6 years ago
4.1.1
6 years ago
4.1.0
6 years ago
4.0.0
6 years ago
3.0.0
7 years ago
2.8.0
8 years ago
2.7.0
8 years ago
2.6.0
8 years ago
2.5.0
8 years ago
2.4.0
8 years ago
2.3.0
8 years ago
2.1.0
8 years ago
2.0.0
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago