budibase/packages/common/node_modules/date-fns/is_sunday/index.js.flow

6 lines
80 B
Plaintext
Raw Normal View History

2020-04-07 16:12:08 +02:00
// @flow
declare module.exports: (
date: Date | string | number
) => boolean