UNPKG

clang-format-node

Version:

Node wrapper for clang-format native binary inspired by angular/clang-format.🐉

1 lines 367 B
"use strict";var _require=require("os"),platform=_require.platform,arch=_require.arch;var _require2=require("./getClangFormatPath"),getClangFormatPath=_require2.getClangFormatPath;var clangFormatPath=getClangFormatPath(platform(),arch());var clangFormatNodePath=clangFormatPath;module.exports={clangFormatPath:clangFormatPath,clangFormatNodePath:clangFormatNodePath};