class-annotations
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "class-annotations", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A reader annotations from class write with ES6 syntax", | ||
@@ -5,0 +5,0 @@ "main": "class-annotations.js", |
@@ -5,2 +5,6 @@ # [class-annotations]( https://www.npmjs.com/package/class-annotations ) | ||
### auto persist the data type of all the natives type | ||
### can read multiples `class` inner single file | ||
- npm install class-annotations --save | ||
@@ -11,3 +15,2 @@ - yarn add class-annotations | ||
```javascript | ||
/** | ||
@@ -77,6 +80,2 @@ * @Route( { name: "foo" , path: "/foo" , exactPath: true , methods=['GET'] } ) | ||
### you can persist the data type of all the natives type | ||
### you can read multiple class inner single file | ||
- npm install class-annotations --save | ||
@@ -83,0 +82,0 @@ - yarn add class-annotations |
18636
83