Skip to content

Commit e374d9c

Browse files
committed
format
1 parent 60c2e39 commit e374d9c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

dev_deps.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
import { $ as _$, type $Type } from 'jsr:@david/dax@^0.43.2'
22

33
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'
4+
export { Confirm, Input, Select } from 'jsr:@cliffy/prompt@^1.0.0-rc.8'
5+
export type { ConfirmOptions, InputOptions, SelectOptions } from 'jsr:@cliffy/prompt@^1.0.0-rc.8'
126
export { as, ensure, is } from 'jsr:@core/unknownutil@^4.3.0'
137
export { createGraph, load as loadGraph } from 'jsr:@deno/graph@^0.96.2'
148
export type { DependencyJson, ResolvedDependency } from 'jsr:@deno/graph@^0.96.2/types'

0 commit comments

Comments
 (0)