microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.1.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/typings/getmac/getmac.d.ts

13lines · modeblame

6cd1e194Meena Kunnathur Balakrishnan10 years ago1/**
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" {
12export function getMac(callback: (err: Error, result: string) => void): void;
13}