UNPKG

@churchapps/helpers

Version:

Library of helper functions not specific to any one ChurchApps project or framework.

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