DefinitelyTyped/types/random-obj-prop/index.d.ts
2018-12-03 01:22:11 +01:00

9 lines
332 B
TypeScript

// Type definitions for random-obj-prop 1.0
// Project: https://github.com/sindresorhus/random-obj-prop
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = randomObjProp;
declare function randomObjProp<T>(input: { [key: string]: T }): T;