updeep-remeda/dist/if.d.ts

7 lines
231 B
TypeScript
Raw Normal View History

2023-01-03 18:51:35 +00:00
interface If {
(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