UNPKG

@fleek-platform/functions-esbuild-config

Version:
7 lines (6 loc) 194 B
import type { Plugin } from 'esbuild'; type ModuleCheckerArgs = { unsupportedModulesUsed: Set<string>; }; export declare const moduleChecker: (args: ModuleCheckerArgs) => Plugin; export {};