@simplysm/sd-core-common
Advanced tools
Comparing version 3.5.22 to 3.5.24
@@ -1,2 +0,1 @@ | ||
export declare const Type: FunctionConstructor; | ||
export declare type Type<T> = new (...args: any[]) => T; | ||
@@ -3,0 +2,0 @@ export declare type StripTypeWrap<T> = T extends String ? string : T extends Number ? number : T extends Boolean ? boolean : T; |
{ | ||
"name": "@simplysm/sd-core-common", | ||
"version": "3.5.22", | ||
"version": "3.5.24", | ||
"description": "심플리즘 패키지 - 코어 모듈 (browser/node)", | ||
@@ -16,4 +16,4 @@ "author": "김석래", | ||
"devDependencies": { | ||
"@simplysm-types/core-js-reflect": "3.5.22" | ||
"@simplysm-types/core-js-reflect": "3.5.24" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
export declare const Type: FunctionConstructor; | ||
// export declare const Type: FunctionConstructor; | ||
export type Type<T> = new(...args: any[]) => T; | ||
@@ -3,0 +3,0 @@ |
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
312951
4912