write-build-id.d.ts 87 B

1
  1. export declare function writeBuildId(distDir: string, buildId: string): Promise<void>;