UNPKG

recoil

Version:

Recoil - A state management library for React

20 lines (16 loc) 463 B
/** * (c) Facebook, Inc. and its affiliates. Confidential and proprietary. * * @emails oncall+recoil * @flow strict-local * @format */ 'use strict'; 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;