naming-conventions-wasm
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

/naming-conventions-wasm/

    Package Sidebar

    Install

    npm i naming-conventions-wasm

    Weekly Downloads

    2

    Version

    1.0.3

    License

    Apache License 2.0

    Unpacked Size

    1.12 MB

    Total Files

    7

    Last publish

    Collaborators

    • vhidvz