summer-check
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Summer Check

Simple set of functions for checking is it summer or not.

Usage

We support both ES and CommonJS modules.

Functions

isItSummer(dateToCheck)

Usage

import { isItSummer } from 'summer-check';
// let summerCheck = require('summer-check');

isItSummer(new Date(2021, 06, 01)); // 'Yes!☀️'
isItSummer(new Date(2021, 03, 01)); // 'No...😞'

/summer-check/

    Package Sidebar

    Install

    npm i summer-check

    Weekly Downloads

    3

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    9.93 kB

    Total Files

    18

    Last publish

    Collaborators

    • dolgach