UNPKG

footinch

Version:

A minimalistic parser for imperial lengths - feet and inch. Does metric too.

5 lines (4 loc) 199 B
module.exports.parse = require('./lib/parse'); module.exports.METERS_PER_FOOT = module.exports.parse.METERS_PER_FOOT; module.exports.format = require('./lib/format'); // console.log(module.exports);