is
Type detector
A utility for determining the type of a value at compile-time or runtime
Type check values
2k stars
19 watching
109 forks
Language: TypeScript
last commit: 3 months ago
Linked from 1 awesome list
assertionsisnode-modulenpm-packagetype-checktype-detectiontypescript
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/file-type-cli | Detects the type of file or input provided | 74 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
sindresorhus/image-type | Detects the type of an image from a binary buffer | 373 |
sindresorhus/detect-indent | A tool to automatically detect and apply consistent indentation in text files. | 196 |
sindresorhus/is-wsl | A tool to detect and identify if a process is running within the Windows Subsystem for Linux environment. | 188 |
sindresorhus/is-observable | Tool to check if a value is an Observable | 39 |
sindresorhus/terminal-size | A utility to reliably determine the size of the terminal window in command-line applications. | 140 |
sindresorhus/is-up | Checks whether a website is functioning correctly or not. | 388 |
microsoft/typescript | A language extension that adds optional types to JavaScript for large-scale applications | 101,081 |
woutervh-/typescript-is | Automates writing type predicate functions to check unknown or untyped data at runtime | 959 |
sindresorhus/is-online | A tool to check internet connectivity by performing multiple checks in parallel. | 1,240 |
sindresorhus/is-elevated | Checks if a process is running with elevated privileges | 41 |
sindresorhus/percentage | A Swift package providing a type-safe and readable way to represent percentages in code. | 270 |
bevry/istextorbinary | Determines if a filename or buffer is text or binary with an extension check and contents analysis | 148 |
sindresorhus/hash-object | A library that generates a unique digital fingerprint of an object | 134 |