UNPKG

recoil

Version:

Recoil - A state management library for React

12 lines (11 loc) 303 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'; declare function nodeCacheMostRecent<T>(): NodeCache<T>; module.exports = nodeCacheMostRecent;