UNPKG

rubico

Version:

[a]synchronous functional programming

11 lines (10 loc) 217 B
export = objectKeysLength; /** * @name objectKeysLength * * @synopsis * ```coffeescript [specscript] * objectKeysLength(object Object) -> number * ``` */ declare function objectKeysLength(object: any): number;