UNPKG

neovim

Version:

Nvim msgpack API client and remote plugin provider

6 lines (5 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.attach = void 0; var attach_1 = require("./attach/attach"); Object.defineProperty(exports, "attach", { enumerable: true, get: function () { return attach_1.attach; } });