UNPKG

@technobuddha/library

Version:
6 lines (5 loc) 154 B
declare type Options = { UTC?: boolean; }; export declare function getDayOfYear(input: Date, { UTC }?: Options): number; export default getDayOfYear;