UNPKG

semantic-network

Version:

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

8 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.instanceOfDocumentRepresentation = void 0; function instanceOfDocumentRepresentation(obj) { return typeof obj === 'object'; } exports.instanceOfDocumentRepresentation = instanceOfDocumentRepresentation; //# sourceMappingURL=instanceOfDocumentRepresentation.js.map