EdgeAIG's picture
download
raw
348 Bytes
type ModeWriter = (doc: Doc, modes: {
execution: "sync" | "async";
}) => void;
export declare class Doc {
args: string[];
content: string[];
indent: number;
constructor(args?: string[]);
indented(fn: (doc: Doc) => void): void;
write(fn: ModeWriter): void;
write(line: string): void;
compile(): any;
}
export {};

Xet Storage Details

Size:
348 Bytes
·
Xet hash:
aee0bd16ac77274154db828882eda34832adaa9a9211786e0fe81754a629689d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.