UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

9 lines 331 B
export declare class UniqueIdHelper { static chars: string[]; static alphanumericChars: string[]; static isMissing(obj: any): boolean; static shortId(): string; static generateAlphanumeric(): string; static generate(charList: string[], length: number): string; } //# sourceMappingURL=UniqueIdHelper.d.ts.map