Skip to content

Commit f032ece

Browse files
authored
Update README.md
1 parent 4c28b8f commit f032ece

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# missing-native-JS-functions
1+
<h1>
2+
Missing Native
3+
<img width="24" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png">
4+
Functions
5+
</h1>
26

37
mnJSf that should be the base lib for every JS project whether for browser or nodejs
48

59
This library extends the properties of `Array`, `Object`, `Promise`, `Global`, `Math`, `Number` and `String`
610

11+
## [Docs](https://flam3rboy.github.io/missing-native-JS-functions/)
12+
credit goes to ~[xnacly](http://github.com/xnacly/)
13+
714
## Installation
815

916
```
@@ -31,6 +38,7 @@ use in Browser
3138
<script src="https://cdn.jsdelivr.net/npm/missing-native-js-functions/dist/mnjsf.min.js"></script>
3239
```
3340

41+
3442
## [Reference](/dist/index.d.ts)
3543

3644
### [Array](/dist/Array.d.ts)

0 commit comments

Comments
 (0)