entropy Gurantees the entropy of a token import {ensure, calculate} from "@pamoller/entropy"; ensure("aaaaaaaa", 8, 3.5); // throws Error too low console.log(calculate("aaaaaaaa") // 0