UNPKG

@nativescript/core

Version:

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

5 lines (4 loc) 192 B
/** * @internal Util used for exporting opposing platform utils and warning the user if they are trying to access them. */ export declare function platformCheck<T = {}>(parent?: string): T;