-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add JSDoc annotations to functions (#63)
- Loading branch information
Showing
4 changed files
with
105 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,14 @@ | |
## Description | ||
|
||
elUtils is a **zero-dependency** modern package, written in TypeScript, fully typed, that solves various geolocation, validation, and date-related issues by providing a broad collection of easy to use functions. | ||
elUtils is a **zero-dependency** modern package, written in TypeScript, strongly-typed, that solves various geolocation, validation, and date-related issues by providing a broad collection of easy to use functions. | ||
|
||
Check all the [available functions here](#api) (by module category). | ||
|
||
<!-- todo: runs on many JavaScript runtimes (such as node, deno and bun) --> | ||
<!-- | ||
todo: runs on many JavaScript runtimes (such as node, deno and bun) | ||
https://paka.dev/npm/@tsevdos/[email protected]/api | ||
--> | ||
|
||
## Installation | ||
|
||
|
@@ -36,7 +39,7 @@ console.log(getAdministrativeRegions()); | |
|
||
## API<a id='api'></a> | ||
|
||
todo: The library is currently split into specific modules | ||
The library is currently split into the following modules: | ||
|
||
- [**`geoUtils`**](https://github.com/tsevdos/elUtils/blob/main/docs/geoUtils.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters