Skip to content

Commit

Permalink
Merge pull request #45 from behzadam/42-add-url-utility-functions
Browse files Browse the repository at this point in the history
42 add url utility functions
  • Loading branch information
behzadam committed Jul 11, 2023
2 parents f651edd + 318f84c commit 97e20d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ npm build
- [toChunks](src/to-chunks.ts)
- [wrapInArray](src/wrap-in-array.ts)

URL:
- [isValidUrl](src/url/is-valid-url.ts)
- [getDomainWithoutWWW](src/url/get-domain-without-www.ts)

## License

The "TypeScript Algorithms, Data Structures and Patterns" repository is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use, modify, and distribute the code as per the terms of the license.
The "Yotils" repository is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use, modify, and distribute the code as per the terms of the license.

## Contact

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yotils",
"version": "1.0.6",
"version": "0.0.0",
"description": "Typescript utility functions.",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 97e20d8

Please sign in to comment.