Method
isInstance
* Test if the given value is an instance of this type * @param value - The value
(value: any)
Source from the content-addressed store, hash-verified
| 21 | * @param value - The value |
| 22 | */ |
| 23 | isInstance(value: any): boolean; |
| 24 | |
| 25 | /** |
| 26 | * Generate the default value for this type |
Implementers 10
AnyTypepackages/repository/src/types/any.ts DateTypepackages/repository/src/types/date.ts UnionTypepackages/repository/src/types/union.ts ArrayTypepackages/repository/src/types/array.ts NullTypepackages/repository/src/types/null.ts
Tested by
no test coverage detected