UNPKG

@neutrium/utilities

Version:

A collection of general purpose utility objects for the NeutriumJS library.

5 lines (4 loc) 128 B
export declare namespace typeguards { function isNumber(x: any): x is number; function isString(x: any): x is string; }