microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/typings/getmac/getmac.d.ts
13lines · modeblame
6cd1e194Meena Kunnathur Balakrishnan10 years ago | 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 | } |