repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

neovimcraft / src
Eric Bower · 16 Aug 23

deps.ts

1export { marked } from "npm:marked";
2export { encode } from "https://deno.land/std@0.166.0/encoding/base64.ts";
3export { dirname } from "https://deno.land/std@0.166.0/path/mod.ts";
4export { Application } from "https://deno.land/x/oak@v12.6.0/mod.ts";