Files
2019-10-17 12:36:15 +09:00

3 lines
107 B
TypeScript

import { Runtime } from '../../types';
export declare function init({ cacheDir }: Runtime): Promise<void>;