We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Projector
1 parent 2544364 commit f387d82Copy full SHA for f387d82
deno.jsonc
@@ -9,7 +9,6 @@
9
"./item": "./item.ts",
10
"./matcher": "./matcher.ts",
11
"./previewer": "./previewer.ts",
12
- "./projector": "./projector.ts",
13
"./renderer": "./renderer.ts",
14
"./sorter": "./sorter.ts",
15
"./source": "./source.ts",
mod.ts
@@ -15,7 +15,6 @@ export * from "./curator.ts";
export * from "./item.ts";
16
export * from "./matcher.ts";
17
export * from "./previewer.ts";
18
-export * from "./projector.ts";
19
export * from "./renderer.ts";
20
export * from "./sorter.ts";
21
export * from "./source.ts";
projector.ts
0 commit comments