| 9 | } from "@nuxt/kit"; |
| 10 | |
| 11 | export interface ModuleOptions { |
| 12 | sass?: string | string[]; |
| 13 | scss?: string | string[]; |
| 14 | less?: string | string[]; |
| 15 | stylus?: string | string[]; |
| 16 | hoistUseStatements?: boolean; |
| 17 | } |
| 18 | |
| 19 | export default defineNuxtModule<ModuleOptions>({ |
| 20 | meta: { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…