hud-sdk
Version:
Hud's Node SDK
18 lines (14 loc) • 601 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[];
instrument?: boolean;
maxMappedFunctions?: number;
customeOptions?: Record<string, any>;
}
export declare const plugin: (options?: HudEsbuildPluginOptions) => Plugin$1;
export {};