/ live.thehmm.nl / back / node_modules / dot-case /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist.es2015/2 years ago -  
[DIR]dist/2 years ago -  
[   ]LICENSE40 years ago1.1K 
[TXT]README.md40 years ago1.0Kd7c1522 post receive test [كارل مبارك]
[   ]package.json2 years ago2.8K 
README.md

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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80