This is a core module of denops.vim, an ecosystem for creating Vim/Neovim plugin in Deno.
Warning
This module is mainly for internal use. It's strongly discouraged to utilize this module directly from plugins. Use the @denops/std module instead.
import type { Entrypoint } from "jsr:@denops/core";
export const main: Entrypoint = (denops) => {
// ...
};
The code follows the MIT license, as stated in LICENSE. Contributors need to agree that any modifications sent to this repository follow the license.