UNPKG

semantic-network

Version:

A utility library for manipulating a list of links that form a semantic interface to a network of resources.

7 lines (6 loc) 316 B
import { ResourceFetchOptions } from './resourceFetchOptions'; import { Tracked } from '../types/types'; import { AxiosHeaders, RawAxiosRequestHeaders } from 'axios'; export type AddRequestHeaderStrategy = { (document: Tracked, options?: ResourceFetchOptions): Partial<RawAxiosRequestHeaders | AxiosHeaders>; };