microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
src/typings/getmac/getmac.d.ts
13lines · modecode
| 1 | /** |
| 2 | ******************************************************* |
| 3 | * * |
| 4 | * Copyright (C) Microsoft. All rights reserved. * |
| 5 | * * |
| 6 | ******************************************************* |
| 7 | */ |
| 8 | |
| 9 | // Barebones typing for getmac, added as-needed |
| 10 | |
| 11 | declare module "getmac" { |
| 12 | export function getMac(callback: (err: Error, result: string) => void): void; |
| 13 | } |