recoil
Version:
Recoil - A state management library for React
20 lines (16 loc) • 463 B
Flow
/**
* (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
*
* @emails oncall+recoil
* @flow strict-local
* @format
*/
;
import type { NodeCache } from './Recoil_NodeCache';
const stableStringify = require('../util/Recoil_stableStringify');
const {
getFromTreeCache,
setInTreeCache
} = require('./Recoil_TreeNodeCache');
declare function treeCacheValueEquality<T>(): NodeCache<T>;
module.exports = treeCacheValueEquality;