Skip to content

Commit

Permalink
chore: add copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Apr 19, 2024
1 parent 7a766dc commit 9f6263e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/create_promise_with_resolvers.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2018-2024 the oak authors. All rights reserved. MIT license.

/** Memoisation of the feature detection of `Promise.withResolvers` */
const hasPromiseWithResolvers = "withResolvers" in Promise;

Expand Down

0 comments on commit 9f6263e

Please sign in to comment.