UNPKG

erfan-flmngr-server-fixed

Version:

> Node.js Backend for Flmngr file manager

8 lines (7 loc) 200 B
import { AAction } from "./action/AAction"; export declare class Actions { protected m_actions: any[]; constructor(); getActionError(): AAction; getAction(name: string): any; }