astro-ghostcms/.pnpm-store/v3/files/52/30789fd5a5abb10112636d6bdef...

5 lines
398 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/* --------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */
interface Thenable<T> extends PromiseLike<T> { }