UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

9 lines (8 loc) 372 B
export default class Helpers { static getIndicesOf(searchStr: any, str: any, caseSensitive: any): any; static hash(value: any, length?: number): string; static safeStringify(obj: any, indent?: number): string; static stamp(): string; static store(data: any, has: any, fallback: any): any; static inside(data: any, has: any, fallback?: any): any; }