Skip to main content
Module

x/denops_std/variable/mod.ts

πŸ“š Standard module for denops.vim
Go to Latest
File
/** * A module to provide helper accessor functions to variables * * @module */export * from "./variable.ts";export * from "./environment.ts";export * from "./register.ts";export * from "./option.ts";