Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c0b6413

Browse filesBrowse files
jakecastellitargos
authored andcommitted
doc: sort import order
PR-URL: #46847 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 9d2532e commit c0b6413
Copy full SHA for c0b6413

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ console.log(Certificate.verifySpkac(Buffer.from(spkac)));
178178
```
179179

180180
```cjs
181-
const { Certificate } = require('node:crypto');
182181
const { Buffer } = require('node:buffer');
182+
const { Certificate } = require('node:crypto');
183183

184184
const spkac = getSpkacSomehow();
185185
console.log(Certificate.verifySpkac(Buffer.from(spkac)));
@@ -292,8 +292,8 @@ console.log(cert.verifySpkac(Buffer.from(spkac)));
292292
```
293293

294294
```cjs
295-
const { Certificate } = require('node:crypto');
296295
const { Buffer } = require('node:buffer');
296+
const { Certificate } = require('node:crypto');
297297

298298
const cert = Certificate();
299299
const spkac = getSpkacSomehow();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.