chore: do not export unused type

This commit is contained in:
Daniel Roe 2024-03-16 14:59:03 -07:00
parent d6ce3453c4
commit c6aa617839
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 1 additions and 1 deletions

View File

@ -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