UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

5 lines 351 B
export declare function genSyncId(bytes?: number): string; export declare function genHexId(bytes?: number): string; export declare function genAsciiId(length?: number, mixedCase?: boolean): string; export declare function oracleCheckedId(genId: () => string, table: string, field: string): Promise<string>; //# sourceMappingURL=id-generation.d.ts.map