import type { Plugin, Rule } from '@steiger/types' export function createPlugin>>( plugin: Plugin, ): Plugin { return plugin }