Skip to content

Commit 9e93bc9

Browse files
committed
Add types exports
1 parent cf55fc7 commit 9e93bc9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ lib/
2626
# Stores VSCode versions used for testing VSCode extensions
2727
.vscode-test
2828

29+
# IDE
30+
.idea
31+
2932
# yarn v2
3033
.yarn/cache
3134
.yarn/unplugged

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import BrotherSdk from "./BrotherSdk.ts";
2+
import { PrinterStatus, PrintConfig, TemplateData, ImageOptions } from "./types.ts";
23

34
export { BrotherSdk };
45
export default BrotherSdk;
6+
export type { PrinterStatus, PrintConfig, TemplateData, ImageOptions };

0 commit comments

Comments
 (0)