UNPKG

@sparticuz/chrome-aws-lambda

Version:

Chromium Binary for AWS Lambda and Google Cloud Functions, forked from @alixaxel/chrome-aws-lambda

10 lines (9 loc) 298 B
declare class LambdaFS { /** * Decompresses a (tarballed) Brotli or Gzip compressed file and returns the path to the decompressed file/folder. * * @param filePath Path of the file to decompress. */ static inflate(filePath: string): Promise<string>; } export = LambdaFS;