1.0.7 • Published 1 year ago

normalize-data-lib v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Normalize Data Lib

A utility library for normalizing strings, arrays, and objects.

Installation

npm install normalize-data-lib

Usage

Basic usage is really simple. You call the function that normalize-package-data exports. Let's call it normalizeData.

const { normalizeData } = require('normalize-data-lib');

const result = normalizeData("Hello World - Example", "_");
console.log(result); // Outputs: "hello_world_example"
// Data is now normalized
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago