/** * SPDX-FileCopyrightText: 2023 Ferdinand Thiessen * * SPDX-License-Identifier: EUPL-1.2 */ export { corejsPlugin } from "./plugin"; export type { CoreJSPluginOptions } from "./plugin";