This commit is contained in:
Jeremy Meng 2021-02-03 18:36:30 +00:00
Родитель 24424afbab
Коммит 447d2f9f75
1 изменённых файлов: 10 добавлений и 0 удалений

10
dom-shim.d.ts поставляемый Normal file
Просмотреть файл

@ -0,0 +1,10 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// d.ts shims provide types for things we use internally but are not part
// of this package's surface area.
interface Request {}
interface RequestInit {}
interface Response {}
interface Headers {}