@trackunit/shared-utils 0.0.3-alpha-bfdefa6ec9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ > **⚠️ Beta**
2
+ >
3
+ > This is a beta version and subject to change without notice.
4
+
5
+ # Shared utils
6
+
7
+ This library is meant for utility functions that can be used across the sdk not meant for use by external developers.
8
+
9
+ To browse all available components visit our [Public Storybook](https://developers.trackunit.com/page/ui-components).
10
+
11
+ For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
12
+
13
+ ## Trackunit
14
+ This package was developed by Trackunit ApS.
15
+ Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
16
+
17
+ ![The Trackunit logo](https://trackunit.com/wp-content/uploads/2022/03/top-logo.svg)
package/index.cjs.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./src/index";