UNPKG

visual-heatmap

Version:

"Advanced Visual Heatmap - High Scale webGL based rendering."

7 lines (6 loc) 398 B
import { JavaScriptDataType } from "../types"; export declare function isNullUndefined(val: unknown): val is null | undefined; export declare function isNotNumber(val: unknown): val is Exclude<JavaScriptDataType, number>; export declare function isSortedAscending(arr: any[]): boolean; /** @see https://codereview.chromium.org/156833002/ */ export declare function getPixelRatio(ctx: any): number;