UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

9 lines (6 loc) 172 B
declare module 'axios/lib/adapters/http' { import { AxiosAdapter } from 'axios' const httpAdapter: AxiosAdapter namespace httpAdapter { } export = httpAdapter; }