cli/ts/mod_format/format.copy.ts

7 lines
208 B
TypeScript
Raw Normal View History

2024-06-21 17:48:43 +00:00
import type { Project } from '../classes.project.js';
import * as plugins from '../plugins.js';
export const run = async (projectArg: Project) => {
const gitzoneConfig = await projectArg.gitzoneConfig;
};