UNPKG

nativescript-vibrate

Version:

A vibrate NativeScript plugin for Android and iOS

12 lines 271 B
import { Observable } from '@nativescript/core'; export class Common extends Observable { constructor() { super(); } vibrate(time, repeat) { } cancel() { } hasVibrator() { return true; } } //# sourceMappingURL=vibrate.common.js.map