Skip to content

Commit

Permalink
docs: remove typescript import module example
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Oct 25, 2024
1 parent c88bc6b commit 85374e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ const textwrap = require("@barudakrosul/textwrap");
import textwrap from "@barudakrosul/textwrap";
```

**3\. TypeScript**
```typescript
import textwrap from "@barudakrosul/textwrap";
```

Contoh penggunaan:

### Teks Wrap
Expand Down
5 changes: 0 additions & 5 deletions docs/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ const textwrap = require("@barudakrosul/textwrap");
import textwrap from "@barudakrosul/textwrap";
```

**3\. TypeScript**
```typescript
import textwrap from "@barudakrosul/textwrap";
```

Example of usage:

### Wrap Text
Expand Down

0 comments on commit 85374e8

Please sign in to comment.