/**
*******************************************************
* *
* Copyright (C) Microsoft. All rights reserved. *
* *
*******************************************************
*/
// Barebones typing for getmac, added as-needed
declare module "getmac" {
export function getMac(callback: (err: Error, result: string) => void): void;
}microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/typings/getmac/getmac.d.ts
13lines · modepreview