microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
771dc596c273a8374ef21888eebdcb2fa3b4e887

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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
11declare module "getmac" {
12 export function getMac(callback: (err: Error, result: string) => void): void;
13}