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

5 lines
398 B
Plaintext

/* --------------------------------------------------------------------------------------------
* 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> { }