1.0.2 • Published 3 years ago

date-filtered-data v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@date-filtered-data

npm (scoped)

Filter Data on the basis of Start and End date.

Install

$ npm install date-filtered-data

Usage

const filterDate = require('filterDate');

//=> When we provide start and end date with original set of data, 
// it will give us filtered data on the basis of provided date.
const filteredData = filterDate(originalData, startDate, EndDate);
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago