Skip to content

ModifyRequest

type ModifyRequest = (options: RequestInit & object) => void;

Defined in: src/structures/Types/Node.ts:8

Ability to manipulate fetch requests

ParameterType
optionsRequestInit & object

void