UNPKG

semantic-network

Version:

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

4 lines 199 B
export function instanceOfDocumentRepresentationGroup(obj) { return Array.isArray(obj) && obj[0] && typeof obj[0] === 'object'; } //# sourceMappingURL=instanceOfDocumentRepresentationGroup.js.map