UNPKG

357 BTypeScriptView Raw
1declare const _default: {
2 readonly name: string;
3 /**
4 * Gravity on the planet this module supports (currently just Earth) represented as m/s^2.
5 */
6 readonly Gravity: number;
7 isAvailableAsync(): Promise<boolean>;
8 _handleMotion(motion: any): void;
9 startObserving(): void;
10 stopObserving(): void;
11};
12export default _default;