UNPKG

js-randomness-predictor

Version:
6 lines (5 loc) 393 B
export declare const DEFAULT_NUM_PREDICTIONS = 10; export declare const DEFAULT_SEQUENCE_LENGTH = 4; export declare const MAX_NODE_PREDICTIONS = 64; export declare const PREDICTOR_ENVIRONMENTS: readonly ["firefox", "chrome", "node", "safari"]; export declare const ALL_POSSIBLE_NODEJS_MAJOR_VERSIONS: readonly [0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24];