headers.js 88 B

123
  1. export function new_headers() {
  2. return new Headers({'Content-Type': 'text/plain'});
  3. }