mirror of
https://github.com/kunkunsh/kunkun-ext-youtube-downloader.git
synced 2025-04-03 17:56:45 +00:00
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
import { expose } from "@kunkun/api/runtime/deno";
|
|
import { YouTubeDownloader } from "./lib.ts";
|
|
|
|
const downloader = new YouTubeDownloader();
|
|
expose(downloader);
|