UNPKG

@rxap/utilities

Version:

A collection of utility functions, types and interfaces.

9 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertsObject = assertsObject; function assertsObject(value) { if (typeof value !== 'object') { throw new Error('The value must be an object'); } } //# sourceMappingURL=asserts-object.js.map