UNPKG

@sentry/react-native

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