SYMBOL INDEX (23 symbols across 8 files) FILE: bin/nanoid.js function print (line 9) | function print(msg) { function error (line 13) | function error(msg) { FILE: index.js constant POOL_SIZE_MULTIPLIER (line 12) | const POOL_SIZE_MULTIPLIER = 128 function fillPool (line 15) | function fillPool(bytes) { function random (line 27) | function random(bytes) { function customRandom (line 33) | function customRandom(alphabet, defaultSize, getRandom) { function customAlphabet (line 69) | function customAlphabet(alphabet, size = 21) { function nanoid (line 73) | function nanoid(size = 21) { FILE: test/bin.test.js constant BIN (line 10) | const BIN = join(fileURLToPath(import.meta.url), '..', '..', 'bin', 'nan... FILE: test/check-versions.js constant ROOT (line 7) | const ROOT = join(import.meta.dirname, '..') FILE: test/demo/index.js constant COUNT (line 10) | const COUNT = 50 * 1000 constant ALPHABET (line 11) | const ALPHABET = 'abcdefghijklmnopqrstuvwxyz' constant LENGTH (line 12) | const LENGTH = ALPHABET.length function print (line 16) | function print(number) { function printDistr (line 22) | function printDistr(title, fn) { function calcDistr (line 45) | function calcDistr(title, fn) { function run (line 87) | function run() { FILE: test/index.test.js method getRandomValues (line 17) | getRandomValues(array) { function fakeRandom (line 152) | function fakeRandom(size) { method valueOf (line 203) | valueOf() { FILE: test/prebuild.ts constant BUILD_PATH (line 7) | const BUILD_PATH = join(import.meta.dirname, '..', 'nanoid.js') function prebuild (line 9) | async function prebuild(): Promise { FILE: test/update-prebuild.js function build (line 7) | async function build() {