UNPKG

@deep-foundation/deeplinks

Version:

[![npm](https://img.shields.io/npm/v/@deep-foundation/deeplinks.svg)](https://www.npmjs.com/package/@deep-foundation/deeplinks) [![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-fo

14 lines (13 loc) 372 B
export interface IExportTypeOptions { name: string; version: string; } export interface IImportTypeOptions { name: string; version: string; } export declare const DeeplinksPackerApi: () => { register: () => void; exportType: (option: IExportTypeOptions) => Promise<any> | any; importType: (option: IImportTypeOptions) => Promise<any> | any; };