microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix-mocha-this-typing

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/typings/module.d.ts

11lines · modeblame

4677921cdigeff10 years ago1declare module "module" {
2class Module {
bf32340cJimmy Thomson10 years ago3static _nodeModulePaths(directory: string): string[];
4677921cdigeff10 years ago4constructor(filename: string);
5require(filename: string): any;
bf32340cJimmy Thomson10 years ago6
7paths: string[];
4677921cdigeff10 years ago8}
9
10export = Module;
11}