8 lines
181 B
TypeScript
Raw Normal View History

2023-05-21 12:11:59 +02:00
declare function plugin(options?: Partial<{ strategy: 'base' | 'class' }>): { handler: () => void }
declare namespace plugin {
const __isOptionsFunction: true
}
export = plugin