@xylabs/static-implements
Advanced tools
Comparing version 4.2.2 to 4.3.0
@@ -0,2 +1,7 @@ | ||
/** | ||
* Annotation to decorate classes which implement static methods | ||
* @returns The decorated class requiring it to implement | ||
* the members of the the type as static properties/methods | ||
*/ | ||
export declare function staticImplements<T>(): <U extends T>(constructor: U) => void; | ||
//# sourceMappingURL=staticImplements.d.ts.map |
{ | ||
"name": "@xylabs/static-implements", | ||
"version": "4.2.2", | ||
"version": "4.3.0", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -40,4 +40,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.2.1", | ||
"@xylabs/tsconfig": "^4.2.1", | ||
"@xylabs/ts-scripts-yarn3": "^4.2.3", | ||
"@xylabs/tsconfig": "^4.2.3", | ||
"@xylabs/tsconfig-jest": "^4.1.0", | ||
@@ -44,0 +44,0 @@ "typescript": "^5.6.3" |
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
12746
37