Skip to content

vhidvz/naming-conventions-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple and Fast naming convention library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages