You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Each function and hook is [tested](https://github.com/feedzai/js-utilities/tree/
29
29
30
30
It also comes with comprehensive documentation, making it a breeze to navigate and utilize its features effectively.
31
31
32
-
The package is available in both UMD and ES Modules formats so, whether you're working in a traditional environment or embracing the latest ES Modules, we have you covered.
32
+
The package is available in both CommonJS and ES Modules formats so, whether you're working in a traditional environment or embracing the latest ES Modules, we have you covered.
33
33
34
34
For JavaScript and TypeScript developers seeking a lightweight but robust toolkit that balances simplicity with utility, `@feedzai/js-utilities` might jus be the answer!
35
35
@@ -90,7 +90,7 @@ This is a collection of functions, utilities and react hooks. You'll find all av
90
90
The bundle is available as:
91
91
92
92
- ES Modules
93
-
-UMD (Universal Module Definition)
93
+
-Common JS
94
94
95
95
To import a piece of code into your javascript project just do:
Copy file name to clipboardExpand all lines: docs/docs/intro.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Each function and hook is [tested](https://github.com/feedzai/js-utilities/tree/
14
14
15
15
It also comes with comprehensive documentation, making it a breeze to navigate and utilize its features effectively.
16
16
17
-
The package is available in both UMD and ES Modules formats so, whether you're working in a traditional environment or embracing the latest ES Modules, we have you covered.
17
+
The package is available in both CommonJS and ES Modules formats so, whether you're working in a traditional environment or embracing the latest ES Modules, we have you covered.
18
18
19
19
For JavaScript and TypeScript developers seeking a lightweight but robust toolkit that balances simplicity with utility, `@feedzai/js-utilities` might jus be the answer!
20
20
@@ -41,7 +41,7 @@ This is a collection of functions, utilities and react hooks. You'll find all av
41
41
The bundle is available as:
42
42
43
43
- ES Modules
44
-
-UMD (Universal Module Definition)
44
+
-CommonJS
45
45
46
46
To import a piece of code into your javascript project just do:
0 commit comments