is-any-type simple functionality alternative to check data type references such as typeof and instanceof
Returns `true` if a value is any type of object, but not an array. Browserify-ready.
Check that given value is any type of error and instanceof Error.
Resolve any installed ES6 compatible promise
Turn any collection of objects into its own efficient tree or linked list using Symbol
A type-safe marriage of `EventTarget` and `EventEmitter`.
Implements the WebIDL algorithms for converting to and from JavaScript values
A collection of essential TypeScript types
[](https://github.com/mmkal/expect-type/actions/workflows/ci.yml)  [](ht
A ridiculously light-weight argument validator (now browser friendly)
Type checking for JavaScript functions
Cross-Platform Binary API
A JavaScript parser built from the Hermes engine
No description provided.
Tiny DOM-element-creation utility
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
Simple key-value storage with support for multiple backends
Simple, transparent parser combinators toolkit that supports any tokens
Minimal web-style fetch TypeScript typings
Types and related utilities for TypeScript
Interface used to connect Apollo Gateway to Apollo Server
Wait for any promise to be fulfilled
Type-safe implementation of EventEmitter for browser and Node.js
ActionMailer-like interface for any type of notifications
Full-featured type system for any ruby project. Supports custom type definition, type validation, type casting and type categorizing. Provides a set of commonly used type categories and general purpose types. Has a flexible and simplest type definition toolchain.
An Any type, much like Scala, that matches anything.
Automation scripts that help you release code
Tools theme for any type of websites.
This gem allows you to check the Content-Type of any HTTP-accessible asset.
Adds UnboundMethod#force_bind to bind an unbound method to a class (or any object of any type)
Library to process any Metanorma standard.
Executable to process any Metanorma standard.
Provides Thor extensions for any type of Ruby project.
Convert an Array where Array.all? {|e| [OpenStruct,Hash,ActiveRecord::Base].any? { |type| e.kind_of?(type) }} to a Google spreadsheet
Inspired by ActionMailer, Notifier offers Notifier::Base, a base class for creating notification handlers on any class or instance of a class. Simply define a method in your handler named after the type of object you would like to create notification events for, substituting any namespace "::" delineation with "_", along with a signature that allows for the object as the first parameter and an optional params hash. Then notify on that object or class by simply calling MyHandler.notify!(myclass, params).