newrelic-react-native-agent
Version:
A New Relic Mobile Agent for React Native
7 lines • 369 B
TypeScript
export default getCircularReplacer;
/**
* Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value
* Any copyright is dedicated to the Public Domain: https://creativecommons.org/publicdomain/zero/1.0/
*/
declare function getCircularReplacer(): (key: any, value: any) => any;
//# sourceMappingURL=circular-replacer.d.ts.map