mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-17 03:38:17 +00:00
fix: export structure types and update zlib to latest (#270)
* Update deps.ts * Fixing import for structures * Fix export * Fixes format
This commit is contained in:
@@ -27,3 +27,10 @@ export function updateStructures(newStructures: Structures) {
|
|||||||
...newStructures,
|
...newStructures,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export type { Channel } from "./channel.ts";
|
||||||
|
export type { Guild } from "./guild.ts";
|
||||||
|
export type { Member } from "./member.ts";
|
||||||
|
export type { Message } from "./message.ts";
|
||||||
|
export type { Role } from "./role.ts";
|
||||||
|
export type { Template } from "./template.ts";
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.22/target/zlib/deno.js";
|
export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.25/target/zlib/deno.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user