7 lines
231 B
TypeScript
7 lines
231 B
TypeScript
|
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
|