/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/workbox-routing/utils/constants.d.ts
19 строк
476 B
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
import '../_version.js'; export type HTTPMethod = 'DELETE' | 'GET' | 'HEAD' | 'PATCH' | 'POST' | 'PUT'; /** * The default HTTP method, 'GET', used when there's no specific method * configured for a route. * * @type {string} * * @private */ export declare const defaultMethod: HTTPMethod; /** * The list of valid HTTP methods associated with requests that could be routed. * * @type {Array<string>} * * @private */ export declare const validMethods: HTTPMethod[];