UNPKG

@the-any-thing/mollie-api-client-inline-pem

Version:
8 lines (7 loc) 321 B
declare const _default: <T>(input: Record<string, T>) => [string, T][]; /** * Returns an array of the passed object's own enumerable string-keyed property `[key, value]` pairs. * * If support for Node.js < 7.0.0 is ever dropped, this function can be removed in favour of `Object.entries`. */ export default _default;