UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

10 lines (8 loc) 158 B
// @flow import { FREEZER } from '../constants'; /** * @private */ export default function isFrozen<T>(value: T): boolean { return FREEZER.has(value); }