1.0.4 • Published 9 months ago

casespaetzle v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

Casespaetzle

Extends the string prototype with case conversion methods, which are written in Rust. For a list of supported cases, see the main README.

import 'casespaetzle'
import assert from 'node:assert'

console.log('hello world'.toConstantCase()) // HELLO_WORLD
assert.strictEqual('http request'.toPascalCase(), 'HttpRequest')

If you want to contribute, refer to the casespaetzle Rust module.

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago