mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-05-01 15:57:56 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @name objectProperty
|
||||
* @summary Assign a get property on the input object
|
||||
*/
|
||||
export declare function objectProperty<S>(that: object, key: string, getter: (key: string, index: number, self: S) => unknown, getName?: (key: string, index: number) => string, index?: number): void;
|
||||
/**
|
||||
* @name objectProperties
|
||||
* @summary Assign get properties on the input object
|
||||
*/
|
||||
export declare function objectProperties<S>(that: object, keys: string[], getter: (key: string, index: number, self: S) => unknown, getName?: (key: string, index: number) => string): void;
|
||||
Reference in New Issue
Block a user