@tktb-tess/util-fns 0.9.2-alpha.1 → 0.9.2

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 CHANGED
@@ -24,5 +24,13 @@ console.log(bailliePSW(4n)): // false
24
24
 
25
25
  ```
26
26
 
27
+ ### CDN
28
+
29
+ You can also use CDN such as jsDelivr.
30
+
31
+ ```html
32
+ <script src="https://cdn.jsdelivr.net/npm/@tktb-tess/util-fns@0.9/dist/bundle.min.js"></script>
33
+ ```
34
+
27
35
 
28
36