Skip to content

Commit e63fd72

Browse files
authored
adding typescript 💙
1 parent fe666b3 commit e63fd72

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
## Importing 🦐
2929

30+
### Javascript 💛
31+
3032
- By The Beginning You Have To Import Library After Installation,<br />
3133
You Can Import Unminified Version
3234

@@ -37,8 +39,24 @@
3739
- Or You Can Import Minified Version (recommended)
3840

3941
```javascript
42+
import * from "functionality.min.ts";
43+
```
44+
45+
### TypeScript 💙
46+
47+
- By The Beginning You Have To Import Library After Installation,<br />
48+
You Can Import Unminified Version
49+
50+
```typescript
51+
import * from "functionality.ts";
52+
```
53+
54+
- Or You Can Import Minified Version (recommended)
55+
56+
```typescript
4057
import * from "functionality.min.js";
4158
```
59+
4260

4361
- Since You Have Downloaded And Imported The Library You Can Use It As Following ...
4462

0 commit comments

Comments
 (0)