UNPKG

@iotize/ionic

Version:

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

10 lines (9 loc) 402 B
import { NfcTag } from '@awesome-cordova-plugins/nfc/ngx'; import { NdefTag } from '@iotize/device-com-nfc.cordova'; export declare function isSameTag(t1: NdefTag | NfcTag, t2: NdefTag | NfcTag): boolean; export declare function isNfcTapRequiredError(err: Error): boolean; export declare function getCauseError(err: Error & { cause?: Error; }): Error & { cause?: Error | undefined; };