UNPKG

moleculer-api

Version:

A dynamic API Gateway for MoleculerJS which updates REST endpoints and aggregated GraphQL schema, access control policy for each action calls from metadata of remote services schema without restart or deployment.

6 lines (5 loc) 177 B
import { HasStaticKey } from "./keyed"; export declare abstract class Pluggable extends HasStaticKey { static readonly autoLoadOptions: object | false; constructor(); }