summaryrefslogtreecommitdiff
path: root/docs/interfaces/unzipped.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interfaces/unzipped.md')
-rw-r--r--docs/interfaces/unzipped.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/interfaces/unzipped.md b/docs/interfaces/unzipped.md
new file mode 100644
index 0000000..349bd9e
--- /dev/null
+++ b/docs/interfaces/unzipped.md
@@ -0,0 +1,15 @@
+# Interface: Unzipped
+
+An unzipped archive. The full path of each file is used as the key,
+and the file is the value
+
+## Hierarchy
+
+* **Unzipped**
+
+## Indexable
+
+▪ [path: string]: Uint8Array
+
+An unzipped archive. The full path of each file is used as the key,
+and the file is the value