jbenden/vscode-c-cpp-flylint

View on GitHub
typings.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright (c) 2017-2022 The VSCode C/C++ Flylint Authors
//
// SPDX-License-Identifier: MIT

declare interface Thenable<T> extends PromiseLike<T> {}

declare module "globule";

declare module 'which';

declare module 'unixify';