Files
memecoin-botV2/.pnpm-store/v10/files/52/30789fd5a5abb10112636d6bdefeb7e073ce92074f8b4c68ebb4639a2f0983d980c7d851feac430ececd956ea1aa181e98551dedf28ac9d857d4e971bc4b79

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