UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

3 lines (2 loc) 136 B
export type ActionFn = (...args: any[]) => void | Promise<void>; export declare function requirePlatformAccess(fn: ActionFn): ActionFn;