UNPKG

nucleus-ui-builder

Version:
7 lines (6 loc) 171 B
import { IFileCommand } from './interface'; export default class FileWriter { private commands; addCommand(command: IFileCommand): void; executeAll(): void; }