UNPKG

limu

Version:

A fast js lib of immutable data, based on shallow copy on read and mark modified on write mechanism

13 lines (12 loc) 282 B
import type { FastModeRange } from '../inner-types'; export declare const verWrap: { value: number; usablePrefix: number; }; interface IConf { autoFreeze: boolean; autoRevoke: boolean; fastModeRange: FastModeRange; } export declare const conf: IConf; export {};