JSPM

  • Created
  • Published
  • Downloads 752
  • Score
    100M100P100Q99203F
  • License MIT

utils tools for uiw

Package Exports

  • @uiw/utils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@uiw/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@uiw/utils

Install

npm i @uiw/utils

Usage

import { isLeapYear, solarMonthDays } from '@uiw/utils';

isLeapYear

Determine whether it is a leap year

getFirstDayOfWeek

The first day of the month is the day of the week.

solarMonthDays

Get the sun moon, commonly known as the solar calendar month By calculating the second month of the leap year, maybe 29 days

isSameDate

Check if a date is the same as another date. Use Date.prototype.toISOString() and strict equality checking (===) to check if the first date is the same as the second one.

getScroll

Gets the scroll value of the given element in the given side (top and left)

randomid

randomid()
// "5fan4z7qsa"