Skip to content

Commit

Permalink
github markdown formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandabler committed Dec 22, 2018
1 parent 12efc86 commit 5423ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ npm install tupos
## API
### Constants
Tupos has a large library of constants representing various JavaScript objects. Currently the following are supported as part of a `types` object in the package:

| Constant | Value |
| ------------------ | ------------------------ |
| FUNCTION | "Function" |
Expand Down Expand Up @@ -58,6 +59,7 @@ Tupos has a large library of constants representing various JavaScript objects.

### Functions
Tupos also has a number of functions to aid in type-checking:

| Function | Description |
| ------------------ | ----------------------------------------------- |
| `typeOf` | Determines the type of any object passed to it. Can also detect custom built objects if they have the `Symbol.toStringTag` getter |
Expand Down

0 comments on commit 5423ef0

Please sign in to comment.