UNPKG

145 BTypeScriptView Raw
1import dpi from './dpi';
2export declare function isEqual(value: any, other: any): boolean;
3export declare function noop(): void;
4export { dpi };