UNPKG

@vitaeflow/sdk-js

Version:

Official JavaScript/TypeScript SDK for VitaeFlow - Embed and extract structured resume data from PDFs

8 lines 309 B
/** * Environment detection utilities */ export declare function isNode(): boolean; export declare function isBrowser(): boolean; export declare function isWebWorker(): boolean; export declare function getEnvironment(): 'node' | 'browser' | 'webworker' | 'unknown'; //# sourceMappingURL=environment.d.ts.map