UNPKG

@graphql-mesh/utils

Version:
4 lines (3 loc) 152 B
declare function defaultImportFn(path: string): Promise<any>; declare function handleImport<T>(module: T): T; export { defaultImportFn, handleImport };