UNPKG

simple-requests

Version:

A library for performing simple http(s) requests.

6 lines (5 loc) 215 B
export type { IRequestOptions, IResponse } from './interfaces'; export { default as RejectResponse } from './RejectResponse'; export { get } from './get'; export { post } from './post'; export { put } from './put';