mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: do not export unused type
This commit is contained in:
parent
d6ce3453c4
commit
c6aa617839
@ -5,7 +5,7 @@ import { isCI, provider } from 'std-env'
|
||||
|
||||
const isStackblitz = provider === 'stackblitz'
|
||||
|
||||
export interface EnsurePackageInstalledOptions {
|
||||
interface EnsurePackageInstalledOptions {
|
||||
rootDir: string
|
||||
searchPaths?: string[]
|
||||
prompt?: boolean
|
||||
|
Loading…
Reference in New Issue
Block a user