dot-case (3.0.4)

Published 2026-02-24 13:55:41 +00:00 by atheaadmin

Installation

registry=
npm install dot-case@3.0.4
"dot-case": "3.0.4"

About this package

Dot Case

NPM version NPM downloads Bundle size

Transform into a lower case string with a period between words.

Installation

npm install dot-case --save

Usage

import { dotCase } from "dot-case";

dotCase("string"); //=> "string"
dotCase("dot.case"); //=> "dot.case"
dotCase("PascalCase"); //=> "pascal.case"
dotCase("version 1.2.10"); //=> "version.1.2.10"

The function also accepts options.

License

MIT

Dependencies

Dependencies

ID Version
no-case ^3.0.4
tslib ^2.0.3

Development Dependencies

ID Version
@size-limit/preset-small-lib ^2.2.1
@types/jest ^24.0.23
@types/node ^12.12.14
jest ^24.9.0
rimraf ^3.0.0
ts-jest ^24.2.0
tslint ^5.20.1
tslint-config-prettier ^1.18.0
tslint-config-standard ^9.0.0
typescript ^4.1.2

Keywords

dot case period full stop convert transform
Details
npm
2026-02-24 13:55:41 +00:00
0
Blake Embrey
MIT
latest
3.5 KiB
Assets (1)
Versions (1) View all
3.0.4 2026-02-24