UNPKG

@forestadmin/forest-cloud

Version:

Utility to bootstrap and publish forest admin cloud projects customization

3 lines 208 B
import { Spinner } from '../types'; export default function actionRunner(spinner: Spinner, fn: (...args: any[]) => Promise<any>): (...args: any[]) => Promise<void>; //# sourceMappingURL=action-runner.d.ts.map