1.0.0 • Published 5 years ago

delinquent v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

delinquent

A port of not-paid.js to NPM. Wraps the logic in a function that you can call anywhere.

Usage

const delinquent = require('delinquent');
const due_date = new Date('2017-02-27');

delinquent(due_date);

Installation

This package is distributed over NPM!

yarn add delinquent
# ...or...
npm install delinquent --save
1.0.0

5 years ago