UNPKG

blow-collection

Version:

Simple in memory collection with Rx / Observable interface.

20 lines (17 loc) 755 B
/// <reference path="node/node.d.ts" /> /// <reference path="mocha/mocha.d.ts" /> /// <reference path="chai/chai.d.ts" /> /// <reference path="node-uuid/node-uuid-base.d.ts" /> /// <reference path="node-uuid/node-uuid-cjs.d.ts" /> /// <reference path="node-uuid/node-uuid.d.ts" /> /// <reference path="faker/faker.d.ts" /> /// <reference path="benchmark/benchmark.d.ts" /> declare module "util" { export function isString(object: any): boolean; export function isFunction(object: any): boolean; export function isNumber(object: any): boolean; export function isUndefined(object: any): boolean; export function isNull(object: any): boolean; export function isBoolean(object: any): boolean; export function isObject(object: any): boolean; }