deno.land / x / esm@v135_2 / packages / esm-archive / index.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export interface ArchiveEntry { name: string; type: string; lastModified: number; size: number;}
export class Archive { readonly checksum: number; readonly entries: ArchiveEntry[]; constructor(buffer: ArrayBufferLike); exists(name: string): boolean; openFile(name: string): File;}
export function bundle(entries: FileList | File[]): Promise<Uint8Array>;
esm

Version Info

Tagged at
a year ago