Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 755 Bytes

Naming Conventions - WebAssembly

npm npm GitHub

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