UNPKG

@lilianaa/nordigen-node

Version:

Nordigen official API client for Node.js

4 lines (2 loc) 198 B
import { IsTruthy, OmitKeysMatching } from './types/index.js'; export declare const filterObject: <T extends Record<string | number | symbol, unknown>>(obj: T) => OmitKeysMatching<T, IsTruthy<T>>;