ext/noOpArr.ts

/** @module Extra */

import { noPropArr } from './noPropArr'

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