import { Reflector } from './reflector.js'; /** * The `Reflector` used internally to access metadata * about symbols. */ export const reflector = new Reflector();