First pass at the API 🦄

This commit is contained in:
Dana Woodman
2018-07-23 12:50:02 -07:00
commit 729693f0d1
11 changed files with 7233 additions and 0 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}