Skip to content

Commit

Permalink
docs(readme): add description of entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jun 14, 2023
1 parent 2dc2ad1 commit 3dd4590
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Composite keys, TC39
[proposal-richer-keys, compositeKey](https://github.com/tc39/proposal-richer-keys/tree/master/compositeKey)
implementation.

## Entrypoint

This project provides ponyfill and polyfill.

Polyfill has a side effect, so the endpoint is isolated.

The entrypoint of each are as follows:

| Type | Entrypoint |
| -------- | ------------- |
| Ponyfill | `mod.ts` |
| Polyfill | `polyfill.ts` |

## compositeKey

`compositeKey` requires at least one component must be object that can be placed
Expand Down

0 comments on commit 3dd4590

Please sign in to comment.