UNPKG

native-machine-id

Version:

Native retrieval of a unique desktop machine ID without admin privileges or child processes. Faster and more reliable alternative to node-machine-id.

6 lines 285 B
export type GetMachineIdOptions = { raw?: boolean; }; export declare function getMachineId({ raw, }?: GetMachineIdOptions): Promise<string | undefined>; export declare function getMachineIdSync({ raw }?: GetMachineIdOptions): string | undefined; //# sourceMappingURL=index.d.ts.map