(input: unknown)
| 392 | * @since 2.0.0 |
| 393 | */ |
| 394 | export const isBigInt = (input: unknown): input is bigint => typeof input === "bigint" |
| 395 | |
| 396 | /** |
| 397 | * A refinement that checks if a value is a `symbol`. |
no outgoing calls
no test coverage detected
searching dependent graphs…