recoil
Version:
Recoil - A state management library for React
18 lines (15 loc) • 403 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 {
getFromTreeCache,
setInTreeCache
} = require('./Recoil_TreeNodeCache');
declare function treeCacheReferenceEquality<T>(): NodeCache<T>;
module.exports = treeCacheReferenceEquality;