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 217 B
export function instanceOfSimpleValue(obj) { return typeof obj === 'string' || typeof obj === 'number' || typeof obj === 'boolean' || typeof obj === 'undefined'; } //# sourceMappingURL=instanceOfSimpleValue.js.map