API/api.medcify.app/node_modules/snyk/dist/lib/version.d.ts
2022-09-26 11:41:44 +05:30

8 lines
274 B
TypeScript

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;