Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
base64.browser.js | 2023-08-29 | 1.1 kB | |
base64.browser.js.map | 2023-08-29 | 2.1 kB | |
bytesEncoding.browser.js | 2023-08-29 | 2.4 kB | |
bytesEncoding.browser.js.map | 2023-08-29 | 4.8 kB | |
bytesEncoding.js | 2023-08-29 | 2.1 kB | |
bytesEncoding.js.map | 2023-08-29 | 3.8 kB | |
checkEnvironment.js | 2023-08-29 | 2.0 kB | |
checkEnvironment.js.map | 2023-08-29 | 3.5 kB | |
createAbortablePromise.js | 2023-08-29 | 1.7 kB | |
createAbortablePromise.js.map | 2023-08-29 | 3.0 kB | |
delay.js | 2023-08-29 | 963 Bytes | |
delay.js.map | 2023-08-29 | 2.0 kB | |
error.js | 2023-08-29 | 1.2 kB | |
error.js.map | 2023-08-29 | 2.1 kB | |
hex.js | 2023-08-29 | 591 Bytes | |
hex.js.map | 2023-08-29 | 1.2 kB | |
index.js | 2023-08-29 | 716 Bytes | |
index.js.map | 2023-08-29 | 1.5 kB | |
object.js | 2023-08-29 | 475 Bytes | |
object.js.map | 2023-08-29 | 979 Bytes | |
random.js | 2023-08-29 | 924 Bytes | |
random.js.map | 2023-08-29 | 1.4 kB | |
sha256.browser.js | 2023-08-29 | 2.1 kB | |
sha256.browser.js.map | 2023-08-29 | 4.9 kB | |
sha256.js | 2023-08-29 | 941 Bytes | |
sha256.js.map | 2023-08-29 | 1.7 kB | |
typeGuards.js | 2023-08-29 | 1.2 kB | |
typeGuards.js.map | 2023-08-29 | 2.2 kB | |
utf8.browser.js | 2023-08-29 | 645 Bytes | |
utf8.browser.js.map | 2023-08-29 | 1.4 kB | |
uuidUtils.browser.js | 2023-08-29 | 643 Bytes | |
uuidUtils.browser.js.map | 2023-08-29 | 1.1 kB | |
uuidUtils.js | 2023-08-29 | 820 Bytes | |
uuidUtils.js.map | 2023-08-29 | 1.4 kB | |
uuidUtils.native.js | 2023-08-29 | 1.2 kB | |
uuidUtils.native.js.map | 2023-08-29 | 2.1 kB | |
Totals: 36 Items | 63.0 kB | 0 |
Azure Core Util client library for JavaScript (Experimental)
This library is intended to provide various shared utility functions for client SDK packages.
Getting started
Requirements
Currently supported environments
- LTS versions of Node.js
- Latest versions of Safari, Chrome, Edge, and Firefox.
See our support policy for more details.
Installation
This package is primarily used in authoring client SDKs and not meant to be consumed directly by end users.
Key concepts
Utility methods provided by this library should be stateless.
Examples
Examples can be found in the samples
folder.
Next steps
Look at usage in dependent client SDKs.
Troubleshooting
If you run into issues while using this library, please feel free to file an issue.
Contributing
If you'd like to contribute to this library, please read the contributing guide to learn more about how to build and test the code.