UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

5 lines (4 loc) 221 B
import { App } from './app'; import { AppManifest } from './app-manifest'; export declare const loadV2App: (appPath: string, manifest: AppManifest) => App; export declare const loadApp: (appPath: string) => Promise<App>;