UNPKG

@wasm-fmt/clang-format

Version:

A tool to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code

9 lines (5 loc) 247 B
/* @ts-self-types="./clang-format-web.d.ts" */ import initAsync from "./clang-format-web.js"; import wasm from "./clang-format.wasm?url"; export default function(input = wasm) { return initAsync(input); } export * from "./clang-format-web.js";