UNPKG

@shi-corp/objectid-converter

Version:
7 lines (6 loc) 259 B
/** * Converts a a SID to an Object ID. * @param sid Azure/Entra/M365 Security Identifier to be converted to an Object ID/GUID (UUID v4). * @returns Object ID equivalent of the input SID. */ export declare function convertToObjectId(sid: string): string;