UNPKG

hermesx

Version:

Run TypeScript files with Hermes JS engine

14 lines (13 loc) 387 B
export declare class HermesXError extends Error { code: string; constructor(message: string, code: string); } export declare class HermesBinaryManager { private readonly cacheDir; private readonly hermesVersion; constructor(); private detectArchitecture; private getBinaryPath; private downloadOfficialBinary; ensureHermesBinary(): Promise<string>; }