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.
1 parent d7e711a commit 3bb3bd4Copy full SHA for 3bb3bd4
src/index.ts
@@ -4,3 +4,5 @@ export { url } from './methods/url';
4
5
export { File } from './structures/File';
6
export { Bin } from './structures/Bin';
7
+
8
+export type { SourcebinLinguistItem, BinData, FileData } from './types';
0 commit comments