We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba461a commit e35093fCopy full SHA for e35093f
2 files changed
CONTRIBUTORS
@@ -20,6 +20,7 @@ Milan Raj <rajsite@users.noreply.github.com>
20
Momtchil Momtchev <momtchil@momtchev.com>
21
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
22
Philipp Burckhardt <pburckhardt@outlook.com>
23
+Pranav <85227306+Pranavchiku@users.noreply.github.com>
24
Ricky Reusser <rsreusser@gmail.com>
25
Ryan Seal <splrk@users.noreply.github.com>
26
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
docs/types/test.ts
@@ -18,12 +18,12 @@
18
19
/* tslint:disable:no-unused-expression */
-import process = require( './index' );
+import ns = require( './index' );
// TESTS //
// The exported value is the expected interface...
27
{
28
- process; // $ExpectType Namespace
+ ns; // $ExpectType Namespace
29
}
0 commit comments