UNPKG

@shi-corp/objectid-converter

Version:
8 lines (7 loc) 330 B
import { type tags } from 'typia'; /** * Converts an Object ID to a SID. * @param objectId The Microsoft Object ID (in GUID format) to convert to a SID. * @returns A Security Identifier, which is useful in Windows Server AD and Windows. */ export declare function convertToSid(objectId: string & tags.Format<'uuid'>): string;