Skip to content

Commit

Permalink
chore: fix import for JSR
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 26, 2024
1 parent de855b5 commit 5fee5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { constants, createHash, publicEncrypt } from "node:crypto";
import type { KeyObject } from "node:crypto";
import { TKassa } from ".";
import { TKassa } from "./index";
import type { CardData, ThreeDSMethodData } from "./types";

export * from "./types";
Expand Down

0 comments on commit 5fee5c4

Please sign in to comment.