UNPKG

decentrand

Version:

Decentraland CLI developer tool.

4 lines 255 B
import { Scene } from '@dcl/schemas'; export declare function getSceneFile(workingDir: string, cache?: boolean): Promise<Scene>; export declare function setSceneFile(sceneFile: Scene, workingDir: string): Promise<void>; //# sourceMappingURL=index.d.ts.map