UNPKG

@shipengine/connect-loader

Version:

Internal library for loading ShipEngine Connect apps

6 lines (5 loc) 227 B
import { AppManifestPOJO } from '@shipengine/connect-sdk/lib/internal'; /** * Reads a ShipEngine Connect app manifest (package.json file) */ export declare function readAppManifest(appPath: string): Promise<AppManifestPOJO>;