UNPKG

pandora

Version:

A powerful and lightweight application manager for Node.js applications powered by TypeScript.

9 lines (8 loc) 276 B
import { CoreSDK, ICoreSDKOptions } from 'pandora-core-sdk'; export declare class CoreSDKWithExtendedConfig extends CoreSDK { constructor(options: ICoreSDKOptions); static parsePandoraConfigFromEnvVar(): { config: string; configDir: string; }[]; }