native-fn
v1.0.89
Published
Maintainers
Readme
native-fn API Reference
Overview
Install
npm
npm i native-fnyarn
yarn add native-fncdn
<script src='https://unpkg.com/native-fn'></script>Interface
interface Native {
Index: Index
}
interface Index {
open: (options: AppOpenOptions, target?: WindowProxy) => Promise<AppOpenState>;
messenger: Messenger;
}