Skip to content

thisYear

获取今年的年份

Demo

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

DTS

ts
declare const thisYear: () => number;

Released under the MIT License.