ext/emptyArr.ts

/** @module Extra */

import { noPropArr } from './noPropArr'

/**
 * Reusable, empty frozen array.
 * Renamed for legibility
 * @array
 * @type {Array}
 */
export const emptyArr = noPropArr