Files
tekelanew_acs/acs/nladmin-ui/node_modules/date-fns/set_day/index.js.flow

10 lines
137 B
Plaintext
Raw Normal View History

2024-12-03 17:40:13 +08:00
// @flow
declare module.exports: (
date: Date | string | number,
day: number,
options?: {
weekStartsOn?: number
}
) => Date