UNPKG

newrelic-react-native-agent

Version:
7 lines 369 B
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