core-decorators
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "core-decorators", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Library of ES7 decorators inspired by languages that come with built-ins like @override, @deprecated, etc", | ||
@@ -5,0 +5,0 @@ "main": "src/core-decorators.js", |
# core-decorators.js | ||
Library of ES7 decorators inspired by languages that come with built-ins like @override, @deprecated, etc | ||
Library of ES7 decorators inspired by languages that come with built-ins like @override, @deprecated, etc, similar to [pre-defined Annotations in Java](https://docs.oracle.com/javase/tutorial/java/annotations/predefined.html). | ||
@@ -4,0 +4,0 @@ The idea is these decorators would be used to ensure code sanity, but would be removed in production builds via a Babel plugin. |
export { default as override } from './override'; | ||
export { default as deprecated } from './deprecated'; | ||
export { default as suppressWarnings } from './suppress-warnings'; | ||
export { default as memoize } from './memoize'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15607
9
317