version.d.ts 274 B

1234567
  1. export declare function getVersion(): string;
  2. /**
  3. * We use pkg to create standalone builds (binaries).
  4. * pkg uses `process.pkg` to identify itself at runtime so we can do the same.
  5. * https://github.com/vercel/pkg
  6. */
  7. export declare function isStandaloneBuild(): boolean;