UNPKG

aki-plugin-manager

Version:

Lightweight at-runtime plugin manager and loader

9 lines (8 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.search = void 0; const npm_1 = require("./npm"); const search = (text = "", scope = "", limit = 100) => { return npm_1.searchRegistry(text, scope, limit); }; exports.search = search;