UNPKG

react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

9 lines 155 B
// TYPES // FUNCTIONS var logger = console; export function getLogger() { return logger; } export function setLogger(newLogger) { logger = newLogger; }