Skip to content

Commit

Permalink
Add genMinifiedKey comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jan 3, 2024
1 parent 189a647 commit e29b60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vest-utils/src/exports/minifyObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { isNullish } from 'isNullish';
import isStringValue from 'isStringValue';
import { isObject } from 'valueIsObject';

// Basic key generator that generates keys like a, b, c, ... aa, ab, ac, ...
function genMinifiedKey() {
const chars =
'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&*';
Expand Down

0 comments on commit e29b60b

Please sign in to comment.