UNPKG

dogyear

Version:

Use this module to convert human years for your pet into dog years, and reverse.

4 lines (3 loc) 108 B
const dy = require('../index.js') console.log(dy.dogYear(7, true)) console.log(dy.reverseDogYear(71, true))