1.0.4 • Published 10 months ago

casespaetzle v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 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

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago