UNPKG

@v4fire/core

Version:
13 lines (12 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.writeableStreamMethods = void 0; const writeableStreamMethods = Object.createDict({ POST: true, PUT: true, PATCH: true, DELETE: true }); exports.writeableStreamMethods = writeableStreamMethods;