UNPKG

servertap-js

Version:

A TypeScript library for working with the ServerTap API

6 lines (5 loc) 159 B
import { Base } from "../base"; import { Plugin } from "./interfaces"; export declare class Plugins extends Base { getPlugins(): Promise<Plugin[]>; }