get-microwave-time
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

get-microwave-time

Get the microwave time representation of an integer using TypeScript or Node.js!

Installation

$ npm install --save get-microwave-time

Basic TypeScript usage

import { getMicrowaveTime } from 'get-microwave-time';

getMicrowaveTime(90); // '01:30'

Basic Node.js usage

let getMicrowaveTime = require('get-microwave-time').getMicrowaveTime;

getMicrowaveTime(90); // '01:30'

Advanced usage

Don't. Just... don't.

Readme

Keywords

none

Package Sidebar

Install

npm i get-microwave-time

Weekly Downloads

1

Version

0.0.1

License

GPL-3.0

Last publish

Collaborators

  • d-l-m