countyearsuntil

count years until a given year

Usage no npm install needed!

<script type="module">
  import countyearsuntil from 'https://cdn.skypack.dev/countyearsuntil';
</script>

README

Count years until

Install

yarn add countyearsuntil

or

npm install countyearsuntil

Usage

const countYearsUntil = require('countyearsuntil');

or

import countYearsUntil from 'countyearsuntil';

and then

countYearsUntil(2050) // should give 30 if we are in 2020