Comparing version 0.5.7 to 0.5.8
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import { EventEmitter } from 'eventemitter3'; | ||
@@ -3,0 +2,0 @@ export declare class List<T> extends EventEmitter<'update'> implements Set<T>, RelativeIndexable<T> { |
@@ -33,2 +33,6 @@ import * as Struct from './internal/struct.js'; | ||
type Context = string | symbol | ClassMemberDecoratorContext; | ||
declare function _member<T extends primitive.Valid>(type: T): { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
/** | ||
@@ -39,87 +43,2 @@ * Shortcut types | ||
*/ | ||
export declare const types: { | ||
int8: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
int16: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
int32: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
int64: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
uint8: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
uint16: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
uint32: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
uint64: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
float32: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
float64: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Int8: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Int16: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Int32: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Int64: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Uint8: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Uint16: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Uint32: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Uint64: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Float32: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
Float64: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
char: { | ||
(length: number): (target: object, context?: Context) => void; | ||
(target: object, context?: Context): void; | ||
}; | ||
}; | ||
export declare const types: { [K in primitive.Valid]: ReturnType<typeof _member<K>>; }; |
{ | ||
"name": "utilium", | ||
"version": "0.5.7", | ||
"version": "0.5.8", | ||
"description": "Typescript utilies", | ||
@@ -36,4 +36,4 @@ "main": "dist/index.js", | ||
"prettier": "^3.2.5", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6" | ||
"typedoc": "^0.26.6", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -40,0 +40,0 @@ "dependencies": { |
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
65592
1909