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 b3f8bef commit 24f755dCopy full SHA for 24f755d
recipes/crypto-create-credentials/src/workflow.ts
@@ -1,4 +1,4 @@
1
-import * as os from 'node:os';
+import { EOL } from 'node:os';
2
import type { SgRoot, Edit, SgNode } from "@codemod.com/jssg-types/main";
3
4
type TlsImportState = {
0 commit comments