Naming Conventions - WebAssembly Simple and Super Fast naming convention library. Quick Start Guide import { to_snake_case, is_snake_case } from "naming-conventions-wasm"; console.log("to snake_case:", to_snake_case("camelCase")); console.log("is snake_case:", is_snake_case("camelCase")); License Apache License 2.0