prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

explicit exports for main library to avoid needing to support uses of other

pieces later in the future that were never intended to be supported

Tyler 6c5569b4 cb42d3ee

+7 -2
+5
.changeset/thick-mammals-yell.md
··· 1 + --- 2 + "prototypey": patch 3 + --- 4 + 5 + only export intended items
+2 -2
packages/prototypey/core/main.ts
··· 1 - export * from "./lib.ts"; 2 - export * from "./infer.ts"; 1 + export { lx } from "./lib.ts"; 2 + export { type Infer } from "./infer.ts";