0.6.0 • Published 8 months ago

@d-zero/shared v0.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@d-zero/shared

Import PathDescription
@d-zero/shared/sort/dirCompares two directory paths and returns a value indicating their order.
@d-zero/shared/sort/pathCompares two URLs or strings representing URLs and returns a value indicating their order.
@d-zero/shared/between-weekend-daysReturns an array of weekend days between two given dates.
@d-zero/shared/delayDelays the execution of code by the specified number of milliseconds.
@d-zero/shared/filesizeConverts the given byte size to kilobytes (KB) or megabytes (MB).
@d-zero/shared/retryDecorator factory that adds retry logic to a method.
@d-zero/shared/skip-holyday-periodSkips the holiday period between the start and due dates.
@d-zero/shared/skip-holydaysSkips holidays and weekends in the given date and returns the next available date.
@d-zero/shared/str-to-regexConverts a string pattern to a regular expression.
@d-zero/shared/typed-await-event-emitterAn event emitter that supports typed events and asynchronous event handling.
@d-zero/shared/typesTypesScript types.