New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@quartz/is-go-go-day

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quartz/is-go-go-day

Determine if a day is a [GO! GO! Day](https://gogocurryamerica.com/).

1.1.0
latest
npm
Version published
Weekly downloads
9
Maintainers
6
Weekly downloads
 
Created
Source

is-go-go-day

Determine if a day is a GO! GO! Day.

const { isGoGoDay } = require( '@quartz/is-go-go-day' );

console.log( isGoGoDay() );

console.log( isGoGoDay( new Date('2020-01-14') ) );

console.log( isGoGoDay( new Date('2020-01-15T00:00:00-05:00') ) );

Or get a list of all GO! GO! Days for a given year.

const { getGoGoDays } = require( '@quartz/is-go-go-day' );

console.log ( getGoGoDays( 2020 ) );

Development

To build: npm run build

To run tests: npm test

To run lint: npm run lint To autofix: npm run lint:fix

FAQs

Package last updated on 15 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts