clang-format-node
Version:
Node wrapper for clang-format native binary inspired by angular/clang-format.🐉
15 lines (14 loc) • 578 B
TypeScript
/**
* The ABSOLUTE path to the `clang-format` executable binary based on the OS platform and architecture.
* @alias `clangFormatNodePath`. See {@link clangFormatNodePath}.
* @version `v1.2.0` Initial release.
* @see https://clang-format-node.lumir.page/docs/apis/clang-format-node
*/
export const clangFormatPath: string;
/**
* Alias for `clangFormatPath`.
* @alias `clangFormatPath`. See {@link clangFormatPath}.
* @version `v1.2.0` Initial release.
* @see https://clang-format-node.lumir.page/docs/apis/clang-format-node
*/
export const clangFormatNodePath: string;