Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635229 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ms

index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ms/index.js
125 Views
0 Comments
/**
* Helpers.
*/

var s = 1000;
var m = s * 60;
var h = m * 60;
var d = h * 24;
license.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ms/license.md
141 Views
0 Comments
The MIT License (MIT)

Copyright (c) 2016 Zeit, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ms/package.json
103 Views
0 Comments
{
"name": "ms",
"version": "2.0.0",
"description": "Tiny milisecond conversion utility",
"repository": "zeit/ms",
"main": "./index",
"files": [
"index.js"
readme.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ms/readme.md
143 Views
0 Comments
# ms

[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms)
[![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/)

Use this package to easily convert various time formats to milliseconds.

## Examples