We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c2e39 commit e374d9cCopy full SHA for e374d9c
dev_deps.ts
@@ -1,14 +1,8 @@
1
import { $ as _$, type $Type } from 'jsr:@david/dax@^0.43.2'
2
3
export { parseFromJson } from 'https://deno.land/x/import_map@v0.21.0/mod.ts'
4
-export {
5
- Confirm,
6
- type ConfirmOptions,
7
- Input,
8
- type InputOptions,
9
- Select,
10
- type SelectOptions,
11
-} from 'jsr:@cliffy/prompt@^1.0.0-rc.8'
+export { Confirm, Input, Select } from 'jsr:@cliffy/prompt@^1.0.0-rc.8'
+export type { ConfirmOptions, InputOptions, SelectOptions } from 'jsr:@cliffy/prompt@^1.0.0-rc.8'
12
export { as, ensure, is } from 'jsr:@core/unknownutil@^4.3.0'
13
export { createGraph, load as loadGraph } from 'jsr:@deno/graph@^0.96.2'
14
export type { DependencyJson, ResolvedDependency } from 'jsr:@deno/graph@^0.96.2/types'
0 commit comments