UNPKG

semantic-network

Version:

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

5 lines (4 loc) 92 B
export interface LoaderRequest { request: Promise<any>; promises: Promise<any>[]; }