mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-03 22:20:55 +01:00
docs: update refs for https://github.com/0x5eal/luau-unzip/commit/
This commit is contained in:
parent
0b908786e3
commit
fa236a4fae
1 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ export type ZipEntry = {
|
||||||
## API
|
## API
|
||||||
### `new`
|
### `new`
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> This is a private API. It may be exported publically, but try to avoid
|
> This is a private API. It may be exported publicly, but try to avoid
|
||||||
> using this API, since it can have breaking changes at any time without
|
> using this API, since it can have breaking changes at any time without
|
||||||
> warning.
|
> warning.
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ export type CompressionMethod = "STORE" | "DEFLATE"
|
||||||
[CompressionMethod]: #CompressionMethod
|
[CompressionMethod]: #CompressionMethod
|
||||||
### `ZipEntryProperties`
|
### `ZipEntryProperties`
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> This is a private type. It may be exported publically, but try to avoid
|
> This is a private type. It may be exported publicly, but try to avoid
|
||||||
> using it, since its definition can have a breaking change at any time
|
> using it, since its definition can have a breaking change at any time
|
||||||
> without warning.
|
> without warning.
|
||||||
|
|
||||||
|
@ -212,7 +212,7 @@ ZipReader.new(
|
||||||
[ZipReader.new]: #new
|
[ZipReader.new]: #new
|
||||||
### `parseCentralDirectory`
|
### `parseCentralDirectory`
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> This is a private API. It may be exported publically, but try to avoid
|
> This is a private API. It may be exported publicly, but try to avoid
|
||||||
> using this API, since it can have breaking changes at any time without
|
> using this API, since it can have breaking changes at any time without
|
||||||
> warning.
|
> warning.
|
||||||
|
|
||||||
|
@ -227,7 +227,7 @@ ZipReader:parseCentralDirectory()
|
||||||
[ZipReader:parseCentralDirectory]: #parseCentralDirectory
|
[ZipReader:parseCentralDirectory]: #parseCentralDirectory
|
||||||
### `buildDirectoryTree`
|
### `buildDirectoryTree`
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> This is a private API. It may be exported publically, but try to avoid
|
> This is a private API. It may be exported publicly, but try to avoid
|
||||||
> using this API, since it can have breaking changes at any time without
|
> using this API, since it can have breaking changes at any time without
|
||||||
> warning.
|
> warning.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue