@splunk-eap/time-range-utils

2.1.1 • Public • Published

Time Range Utils

Utilities for fetching, parsing, evaluating and manipulating time ranges.

To get started with @splunk/time-range-utils:

Install

npm install @splunk-eap/time-range-utils

Or

yarn add @splunk-eap/time-range-utils

IE11 and Safari Support

The timeParser module relies on window.fetch and window.Promise. IE11 requires a polyfill for both. Safari 10.0 and lower require a polyfill for fetch. Since polyfills create globals, they are not included in the @splunk/time-range-utils package. To support these browsers, ensure polyfills, such as whatwg-fetch and promise-polyfill, are included as a part of your build.

The time module does not use window.fetch or window.Promise.

Readme

Keywords

none

Package Sidebar

Install

npm i @splunk-eap/time-range-utils

Weekly Downloads

2

Version

2.1.1

License

SEE LICENSE IN LICENSE.md

Unpacked Size

106 kB

Total Files

10

Last publish

Collaborators

  • weitao_splunk