API/api.medcify.app/node_modules/snyk/dist/lib/version.d.ts

8 lines
274 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
export declare function getVersion(): string;
/**
* We use pkg to create standalone builds (binaries).
* pkg uses `process.pkg` to identify itself at runtime so we can do the same.
* https://github.com/vercel/pkg
*/
export declare function isStandaloneBuild(): boolean;