UNPKG

semantic-network

Version:

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

6 lines 235 B
export function instanceOfResourceSync(obj) { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore return obj.resource !== 'undefined' && !obj.rel; } //# sourceMappingURL=instanceOfResourceSync.js.map