UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

3 lines (2 loc) 144 B
export type AndroidNativeHelper = typeof import('./native-helper').android; export type IOSNativeHelper = typeof import('./native-helper').ios;