1
0

Initial Commit

This commit is contained in:
2020-03-04 13:39:46 -05:00
commit 7d8c81e8aa
4 changed files with 3409 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/node_modules

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "es6-models",
"version": "1.0.0",
"description": "An Example of ES6 Models in Typescript",
"main": "index.js",
"repository": "https://git.magicbean.us/andrew/es6-models",
"author": "Andrew Kemp",
"license": "MIT",
"dependencies": {
"reflect-metadata": "^0.1.13",
"typescript": "^3.8.3"
},
"devDependencies": {
"jest": "^25.1.0"
}
}

5
readme.md Normal file
View File

@@ -0,0 +1,5 @@
# Models with ES6 Classes
## Includes serialization/deserialization decorators
More docs coming soon...

3387
yarn.lock Normal file

File diff suppressed because it is too large Load Diff