@sentry/react-native
Version:
Official Sentry SDK for react-native
9 lines • 313 B
JavaScript
import { fill } from '@sentry/core';
/**
* The same as `import { fill } from '@sentry/core';` but with explicit types.
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export function fillTyped(source, name, replacement) {
fill(source, name, replacement);
}
//# sourceMappingURL=fill.js.map