Skip to content

Commit

Permalink
chore: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Dec 25, 2023
1 parent 6845198 commit 0ba9789
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as path from "path";
import * as fs from "fs";
import path from "path";
import fs from "fs";
import { tmpdir } from "os";
import { Crypto as PeculiarWebCrypto } from "@peculiar/webcrypto";
import * as x509 from "@peculiar/x509";
Expand Down

0 comments on commit 0ba9789

Please sign in to comment.