Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit 82aaebf

Browse files
committed
Merge pull request #16 from hairychris/patch-1
Add link to playground
2 parents b2ba335 + f444477 commit 82aaebf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Transforms a JSON Schema to a type [tcomb](https://github.com/gcanti/tcomb) type.
22

3+
# Playground
4+
5+
If you want to get a general feel for how this works please head over to https://gcanti.github.io/resources/json-schema-to-tcomb/playground/playground.html
6+
37
# API
48

59
## transform(schema: JSONSchema): Type
@@ -66,4 +70,4 @@ Removes all registered types.
6670

6771
```js
6872
transform.resetTypes();
69-
```
73+
```

0 commit comments

Comments
 (0)