Skip to content

Commit

Permalink
prettier --fix (#592)
Browse files Browse the repository at this point in the history
chore: npm run prettier:fix
  • Loading branch information
broofa committed Nov 6, 2021
1 parent 343e031 commit 27b9db1
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions README_js.md
Expand Up @@ -128,22 +128,7 @@ Example:
import { stringify as uuidStringify } from 'uuid';

const uuidBytes = [
0x6e,
0xc0,
0xbd,
0x7f,
0x11,
0xc0,
0x43,
0xda,
0x97,
0x5e,
0x2a,
0x8a,
0xd9,
0xeb,
0xae,
0x0b,
0x6e, 0xc0, 0xbd, 0x7f, 0x11, 0xc0, 0x43, 0xda, 0x97, 0x5e, 0x2a, 0x8a, 0xd9, 0xeb, 0xae, 0x0b,
];

uuidStringify(uuidBytes); // RESULT
Expand Down Expand Up @@ -229,22 +214,7 @@ import { v4 as uuidv4 } from 'uuid';

const v4options = {
random: [
0x10,
0x91,
0x56,
0xbe,
0xc4,
0xfb,
0xc1,
0xea,
0x71,
0xb4,
0xef,
0xe1,
0x67,
0x1c,
0x58,
0x36,
0x10, 0x91, 0x56, 0xbe, 0xc4, 0xfb, 0xc1, 0xea, 0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36,
],
};
uuidv4(v4options); // RESULT
Expand Down

0 comments on commit 27b9db1

Please sign in to comment.