updeep-remeda/esm/if.d.ts

7 lines
238 B
TypeScript
Raw Permalink Normal View History

2023-01-03 19:31:53 +00:00
export interface If {
2023-01-03 18:51:35 +00:00
(object: any, predicate: any, trueUpdates: any): unknown;
(predicate: any, trueUpdates: any): (unknown: any) => unknown;
}
declare const _default: If;
export default _default;
//# sourceMappingURL=if.d.ts.map