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