@esm-pack/bcrypt
Version:
bcrypt esm package build from bcrypt-ts
16 lines (15 loc) • 329 B
TypeScript
/**
* @private
*
* Continues with the callback on the next tick.
*/
export declare const nextTick: (callback: Function, ...args: any[]) => void;
/**
* @private
*
* Converts a JavaScript string to UTF8 bytes.
*
* @param str String
* @returns UTF8 bytes
*/
export declare const stringToBytes: (str: string) => number[];