hud-sdk
Version:
Hud's Node SDK
15 lines (11 loc) • 509 B
TypeScript
// Generated by dts-bundle-generator v9.5.1
import { Plugin as Plugin$1 } from 'esbuild';
export declare const LOG_CHUNKS_SIZE_BATCH: number;
export declare function writeFileAndFolder(filePath: string, content: Uint8Array): Promise<void>;
export declare function getModuleRoot(filePath: string): Promise<string | undefined>;
export interface HudEsbuildPluginOptions {
hudKey?: string;
includeModules?: string[];
}
export declare const plugin: (options?: HudEsbuildPluginOptions) => Plugin$1;
export {};