UNPKG

tra-typed-fetch

Version:

A package that implements common http requests using fetch, allowing for typed responses with typescript

6 lines (5 loc) 199 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HTTP_CLIENT_NAME = void 0; var HTTP_CLIENT_NAME = 'tra-http-client'; exports.HTTP_CLIENT_NAME = HTTP_CLIENT_NAME;