Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ CompressionOptions
Interface
CompressionOptions
src/pkg/utils/jszip-x.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
type
Compression =
"STORE"
|
"DEFLATE"
;
5
6
interface
CompressionOptions {
7
level: number;
8
}
9
10
interface
InputByType {
11
string: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected