UNPKG

@godspeedsystems/core

Version:

> 4th Generation Declarative Microservice Framework

5 lines (4 loc) 315 B
import { PlainObject } from './common'; import { NativeFunctions } from './functionLoader'; import { EventSources } from './_interfaces/sources'; export default function loadEvents(allFunctions: PlainObject, nativeFunctions: NativeFunctions, eventsFolderPath: string, eventSources: EventSources): Promise<any>;