clang-format-node
Version:
Node wrapper for clang-format native binary inspired by angular/clang-format.🐉
6 lines (5 loc) • 349 B
TypeScript
import { clangFormatPath } from "./utils/clangFormatPath";
import { clangFormatNodePath } from "./utils/clangFormatPath";
import { getClangFormatPath } from "./utils/getClangFormatPath";
import { getClangFormatNodePath } from "./utils/getClangFormatPath";
export { clangFormatPath, clangFormatNodePath, getClangFormatPath, getClangFormatNodePath };