Skip to content

Commit

Permalink
added simple usage table
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Müller committed May 8, 2018
1 parent 141ae79 commit 9bdd1ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -15,6 +15,18 @@ npm install @esentri/transformer-functions
yarn add @esentri/transformer-functions
```

# Usage

Choose the needed function from the table (left = from, top = to):

| From \ To | String | HexString | ArrayBuffer |
|-------------|---------------------|------------------------|------------------------|
| String | - | - | StringToArrayBuffer |
| HexString | - | - | HexStringToArrayBuffer |
| ArrayBuffer | ArrayBufferToString | ArrayBufferToHexString | - |



# Projects used

* [Typescript Library Starter](https://github.com/alexjoverm/typescript-library-starter)
Expand Down

0 comments on commit 9bdd1ae

Please sign in to comment.