• Creates a hash of an object by stringifying it first

    Parameters

    • obj: any

      Object to hash

    Returns Promise<{ hash: any; hashed: string }>

    Promise resolving to hash and original stringified data