diff --git a/utils/create_promise_with_resolvers.ts b/utils/create_promise_with_resolvers.ts index c0b2ba3..28e452d 100644 --- a/utils/create_promise_with_resolvers.ts +++ b/utils/create_promise_with_resolvers.ts @@ -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;