1.0.1 • Published 8 years ago

timespan-overlap v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

timespan-overlap

check if two given timespans overlaps


Build StatusCoverage StatusISC LicenseNodeJS

JavaScript Style Guide

api

const overlap = require('timespan-overlap')

example

const overlap = require('timespan-overlap')

overlap([1495381349828, 1495381355955], [1495381355956, 1495381355965])
// returns true

ISC License (ISC)