Skip to content

isLeapYear

判断是否是如年

Demo

ts
import {
isLeapYear
} from '@vill-v/date'
isLeapYear
(1970)

DTS

ts
declare const isBirthday: (value: string) => boolean;

Released under the MIT License.