Skip to content

typescript/type for hash should probably be any, and not object #111

@cmawhorter

Description

@cmawhorter

this is a minor issue, but the first arg should probably be any instead of object, right? the hasher seems to support it. currently i've just been doing objectHash(value as any, ...).

object-hash/index.js

Lines 23 to 24 in 676c3bc

* @param {object} object value to hash
* @param {object} options hashing options

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions