mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-14 17:59:14 +08:00
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
import { Runtime } from '../../types';
|
|
export declare function init({ cacheDir }: Runtime): Promise<void>;
|