MCPcopy Index your code
hub / github.com/tinyplex/tinybase / gzipFile

Function gzipFile

gulpfile.mjs:177–181  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

175 );
176
177const gzipFile = async (fileName) =>
178 await promises.writeFile(
179 `${fileName}.gz`,
180 gzipSync(await promises.readFile(fileName, UTF8), {level: 9}),
181 );
182
183const copyPackageFiles = async (forProd = false) => {
184 const mins = forProd ? [null, 'min'] : [null];

Callers 1

compileModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…