Skip to content

jeet-dhandha/table-data-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@libs-jd/table-data-kit npm version

Utility functions to work with table data.

Install

Install with npm:

$ npm install --save @libs-jb/table-data-kit

Usage

From @libs-jb/table-data-kit we can use the following functions:

comparator function

const table1 = [
  ["Alice", "30", "[email protected]"],
  ["Bob", "25", "[email protected]"],
];

const table2 = [
  ["Alice", "30", "[email protected]"],
  ["Bob", "25", "[email protected]"],
];

const { comparator } = require("@libs-jb/table-data-kit");
const similar = comparator(table1, table2);

console.log(similar); // true / false

About

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Jeet Dhandha

License

Released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published