MCPcopy
hub / github.com/teambit/bit / pack-command.ts

File pack-command.ts

src/utils/pack-command.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import zlib from 'zlib';
2import toBase64 from './string/to-base64';
3
4module.exports = function packCmd(obj, base64 = true, compress = true) {

Callers

nothing calls this directly

Calls 2

toBase64Function · 0.85
stringifyMethod · 0.45

Tested by

no test coverage detected