mirror of
https://github.com/ION606/archivebot.git
synced 2026-05-14 22:16:56 +00:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
|
|
import * as mod from "./external";
|
||
|
|
export * from "./external";
|
||
|
|
export { mod as z };
|
||
|
|
export default mod;
|