@tsed/core
Advanced tools
Comparing version 4.17.3 to 4.17.4
@@ -43,3 +43,3 @@ import { DecoratorParameters } from "../interfaces"; | ||
*/ | ||
get<T>(key: any): any; | ||
get(key: any): any; | ||
/** | ||
@@ -46,0 +46,0 @@ * The has() method returns a boolean indicating whether an element with the specified key exists or not. |
{ | ||
"name": "@tsed/core", | ||
"version": "4.17.3", | ||
"version": "4.17.4", | ||
"description": "Core module for Ts.ED Framework", | ||
@@ -32,3 +32,3 @@ "main": "./lib/index.js", | ||
"license": "MIT", | ||
"gitHead": "d58d39345d8c4b517eb23887775f21422b5b56ce" | ||
"gitHead": "ad9916f0c60986db5e7ed5cc5ef4474fdcdf51e2" | ||
} |
@@ -9,3 +9,2 @@ import {DecoratorParameters} from "../interfaces"; | ||
import {Metadata} from "./Metadata"; | ||
import {Registry} from "./Registry"; | ||
@@ -102,3 +101,3 @@ export const CLASS_STORE = "tsed:class:store"; | ||
*/ | ||
get<T>(key: any): any { | ||
get(key: any): any { | ||
return this._map.get(nameOf(key)); | ||
@@ -105,0 +104,0 @@ } |
Sorry, the diff of this file is not supported yet
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
309230
6108