mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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'
|
const isStackblitz = provider === 'stackblitz'
|
||||||
|
|
||||||
export interface EnsurePackageInstalledOptions {
|
interface EnsurePackageInstalledOptions {
|
||||||
rootDir: string
|
rootDir: string
|
||||||
searchPaths?: string[]
|
searchPaths?: string[]
|
||||||
prompt?: boolean
|
prompt?: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user