ext/noOpObj.ts

/** @module Extra */

/**
 * Reuseable empty, frozen object
 * @object
 * @type {Object}
 */
export const noOpObj = Object.freeze({})