UNPKG

sardines-core

Version:
6 lines 289 B
import { Sardines } from '../interfaces'; export declare namespace Core { const invoke: (service: Sardines.Runtime.Service, ...args: any[]) => Promise<any>; const isRemote: (application: string, moduleName: string, service: string) => boolean; } //# sourceMappingURL=index.d.ts.map