astro-ghostcms/.pnpm-store/v3/files/92/cabaffdbed4ca9f07e117dafb83...

5 lines
143 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
function isClientRequest(clientRequest) {
return clientRequest.writable && !clientRequest.writableEnded;
}
export default isClientRequest;