UNPKG

@monitoro/herd

Version:

Automate your browser, build AI web tools and MCP servers with Monitoro Herd

14 lines (13 loc) 423 B
/** * This module tries to register the tsx TypeScript loader * to enable direct loading of TypeScript files in Node.js */ /** * Attempts to register tsx for TypeScript file loading * @returns true if successful, false otherwise */ export declare function registerTypeScriptLoader(): boolean; /** * Returns whether TypeScript loader is registered */ export declare function isTypeScriptLoaderRegistered(): boolean;