UNPKG

@teambit/harmony

Version:
6 lines (5 loc) 198 B
import { Harmony } from './harmony'; /** * type definition for the extension provider function. */ export type ProviderFn = (deps: any, config: any, slots: any, harmony: Harmony) => Promise<any>;