UNPKG

@withjoy/sdk-js

Version:
7 lines (6 loc) 168 B
declare const sortKeyUtils: (options?: any) => { mid: (s1: any, s2: any) => string; minChar: string; maxChar: string; }; export default sortKeyUtils;