UNPKG

@iotize/ionic

Version:

Iotize specific building blocks on top of @ionic/angular.

5 lines (4 loc) 310 B
import { TapInfoKey, TapInfoKeyObjectOrString } from './definitions'; export declare function toTapInfoKeyObject(key: TapInfoKeyObjectOrString): TapInfoKey; export declare function createCacheKey(info: TapInfoKey): string; export declare function toTapInfoKeyEquals(a: TapInfoKey, b: TapInfoKey): boolean;