UNPKG

377 BTypeScriptView Raw
1declare const array_box_if_string: (n: any) => any;
2declare const weighted_rand_select: Function;
3declare const seq: Function;
4declare const histograph: Function;
5declare const weighted_sample_select: Function;
6declare const weighted_histo_key: Function;
7export { seq, histograph, weighted_histo_key, weighted_rand_select, weighted_sample_select, array_box_if_string };