Allow the user to customize input element during run time.
jQuery plugin to allow only numbers to be typed into a text box
jQuery.numeric() allows only valid numbers to be typed into a text box. Can take negative numbers and a decimal point. You can also supply a callback that runs when focus is lost and the value in the text box is not a valid number.
Node Rest and Http Clients for use with TypeScript
Type checking for JavaScript functions
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Returns an array of Typed Array names that are available in the current environment
Robustly get the byte length of a Typed Array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Robustly get the byte offset of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Robustly get the length of a Typed Array
Better typed `querySelector` and `querySelectorAll`.
JSON Schema TypeScript definitions with complete inline documentation.
A family of specs for interoperable TypeScript
A cross-platform Chip component using the Fluent Design System. A chip is a compact representations of entities (most commonly, people) that can be typed in, deleted or dragged easily.
Java Script Object eXchange.
A structuredClone polyfill
type checking using jest
No description provided.
TypeScript type definition generator for SCSS CSS Modules
Interface used to connect Apollo Gateway to Apollo Server
Strictly typed event emitter interface for TypeScript 3. Original Implementation by Andy Wermke (https://github.com/andywer)
Type Coercion & Type Enhancement
A minimal mime type library
mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. ==== To Install:
RBS is the language for type signatures for Ruby and standard library definitions.
The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. The columnar registry format introduced in 2.6 has been made the primary format; the registry data has been extracted from this library and put into [mime-types-data][data]. Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. There are a number of other smaller changes described in the History file.
Duration type
Define types with optional constraints for use within axiom and other libraries.
Typed structs and value objects
A type coercion lib works with Sorbet's static type checker and type definitions; raises an error if the coercion fails.
Gradual Typing for Ruby
Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc
Type checking and type casting of parameters for Action Pack