Skip to content

Commit

Permalink
export authorizeContentServe
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Dec 2, 2024
1 parent 5f414b0 commit d85023d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/w3up-client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ export async function create(options = {}) {
return new Client(data, options)
}

export const authorizeContentServe =
Client.prototype.authorizeContentServe.bind(Client.prototype)

export { Client }

0 comments on commit d85023d

Please sign in to comment.