mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-19 11:41:16 +00:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
// Used for generating deno/bun auto-imports
|
|
export const lib = {
|
|
meriyah: await import("meriyah"),
|
|
astring: await import("astring"),
|
|
};
|