1.0.7 • Published 2 years ago

normalize-data-lib v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago