UNPKG

@mapbox-react/env-layers

Version:

Mapbox React Component Library Env Layers

6 lines (5 loc) 294 B
export declare function isNumber(value: unknown): boolean; export declare const NOOP: () => void; export declare const isUndefined: (val: any) => val is undefined; export declare const isBooleanType: (val: any) => val is boolean; export declare const isNumberType: (val: any) => val is number;