augnitosdk
Version:
AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy
12 lines (11 loc) • 347 B
TypeScript
/**
* Creates a unique identifier. Can be used to generate a DeviceId
* @returns The newly created UUID
*/
declare const createUniqueIdentifier: () => string;
/**
* Creates a new timestamp
* @returns The current timestamp
*/
declare const getCurrentTimestamp: () => string;
export { createUniqueIdentifier, getCurrentTimestamp };