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
+8-14
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@ You can install the library with npm:
12
12
npm install @zellwk/javascript
13
13
```
14
14
15
-
Then import whatever functions you need by traversing the folders. When importing, you can skip the `src` path because that is already handled for you in the `package.json` file.
15
+
All files are found within there folders:
16
+
17
+
-`browser` — usable only in browsers
18
+
-`node` — usable only in Node
19
+
-`utils` — usable in both browsers and node
20
+
21
+
Just import whatever file you need from these folders. When importing, you can skip the `src` path because that is already handled for you in the `package.json` file.
0 commit comments