https://github.com/vhidvz/naming-conventions-wasm
Simple and Fast naming convention library.
https://github.com/vhidvz/naming-conventions-wasm
wasm wasm-bindgen wasm-pack
Last synced: 3 months ago
JSON representation
Simple and Fast naming convention library.
- Host: GitHub
- URL: https://github.com/vhidvz/naming-conventions-wasm
- Owner: vhidvz
- License: apache-2.0
- Created: 2023-09-06T18:50:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T10:10:13.000Z (over 1 year ago)
- Last Synced: 2024-11-14T21:06:45.369Z (11 months ago)
- Topics: wasm, wasm-bindgen, wasm-pack
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Naming Conventions - WebAssembly
[](https://www.npmjs.com/package/naming-conventions-wasm)

[](https://github.com/vhidvz/naming-conventions-wasm/blob/main/LICENSE)Simple and Super Fast naming convention library.
## Quick Start Guide
```ts
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](https://github.com/vhidvz/naming-conventions-wasm/blob/main/LICENSE)