UNPKG

630 BTypeScriptView Raw
1declare function arr_uniq_p<T>(el: T, i: number, source: T[]): boolean;
2declare const array_box_if_string: (n: any) => any;
3declare const weighted_rand_select: Function;
4declare const seq: Function;
5declare const histograph: Function;
6declare const weighted_sample_select: Function;
7declare const weighted_histo_key: Function;
8declare const hook_name: (from: string, to: string) => string;
9declare const named_hook_name: (from: string, to: string, action: string) => string;
10export { seq, arr_uniq_p, histograph, weighted_histo_key, weighted_rand_select, weighted_sample_select, array_box_if_string, hook_name, named_hook_name };