UNPKG

sb-edit

Version:

Import, edit, and export Scratch project files

8 lines (7 loc) 244 B
import Project from "../../Project"; export interface ToScratchblocksOptions { indent: string; } export default function toScratchblocks(project: Project, inOptions?: Partial<ToScratchblocksOptions>): { [targetName: string]: string; };