2023-01-03 18:51:35 +00:00
|
|
|
export declare const omitted: () => Readonly<{
|
|
|
|
__omitted: boolean;
|
|
|
|
}>;
|
2023-01-03 19:31:53 +00:00
|
|
|
export interface Update {
|
2023-01-03 18:51:35 +00:00
|
|
|
(object: any, func: any): any;
|
|
|
|
(func: any): (object: any) => any;
|
|
|
|
}
|
|
|
|
declare const _default: Update;
|
|
|
|
export default _default;
|
|
|
|
//# sourceMappingURL=update.d.ts.map
|