Skip to main content
Module

x/denops_std/autocmd/mod.ts

πŸ“š Standard module for denops.vim
Go to Latest
File
export type { AutocmdEvent } from "./types.ts";
export { define, emit, emitAll, list, remove } from "./common.ts";export type { DefineOptions, EmitOptions, ListOptions, RemoveOptions,} from "./common.ts";
export type { GroupDefineOptions, GroupHelper, GroupRemoveOptions,} from "./group.ts";export { group } from "./group.ts";