npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

week-seconds

1.0.1

@tunnckocore

npmHomeRepoSnykSocket
Downloads:31
$ npm install week-seconds
DailyWeeklyMonthlyYearly

npm mit license build status coverage status deps status

Get the number of seconds/milliseconds in a week.

Install

npm i --save week-seconds
npm test

API

For more use-cases see the tests

weekSeconds

Get the number of seconds/milliseconds in a week.

  • [bool] {Boolean} when true, returns seconds, pass to day-seconds
  • return {Number}

Example:

var weekSeconds = require('week-seconds');

weekSeconds(false);
//=> 604800000

weekSeconds();
//=> 604800000

weekSeconds('str');
//=> 604800000

weekSeconds([1,2,3]);
//=> 604800000

weekSeconds(/regex/gm);
//=> 604800000

weekSeconds({});
//=> 604800000

weekSeconds(true);
//=> 604800

Author

Charlike Mike Reagent

  • gratipay/tunnckoCore
  • twitter/tunnckoCore
  • github/tunnckoCore
  • npmjs/tunnckoCore
  • more ...

License MIT license

Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
Released under the MIT license.


Powered and automated by kdf, March 02, 2015