limu
Version:
A fast js lib of immutable data, based on shallow copy on read and mark modified on write mechanism
9 lines (8 loc) • 423 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Tencent Corporation. All rights reserved.
* Licensed under the MIT License.
*
* @Author: fantasticsoul
*--------------------------------------------------------------------------------------------*/
// 用于验证 proxyDraft 和 finishDraft 函数 是否能够匹配
export var META_KEY = Symbol('M');