diff --git a/src/index.ts b/src/index.ts index 1dcebee..d219934 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,7 @@ import defaultBlocklist from './blocklist.json'; type SqidsOptions = { alphabet?: string; - minLength?: number; + minLength?: number; // u8 blocklist?: Set; };