feat(typescript-types): Add IsAny<T>
This commit is contained in:
15
packages/typescript-types/README.md
Normal file
15
packages/typescript-types/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Typescript Types
|
||||
|
||||
A utility types library for Typescript.
|
||||
|
||||
### Types
|
||||
|
||||
The types included in this library are categorized by their purpose.
|
||||
|
||||
#### Test Types
|
||||
|
||||
| Type | Description |
|
||||
| -------------- | ---------------------------------------------------------------------------------- |
|
||||
| [`IsAny<T>`][] | `true` if `T` is `any`, `false` otherwise (`null`, `undefined` also yield `false`) |
|
||||
|
||||
[`IsAny<T>`]: src/is-any.ts
|
||||
Reference in New Issue
Block a user