File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Milan Raj <rajsite@users.noreply.github.com>
20
20
Momtchil Momtchev <momtchil@momtchev.com>
21
21
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
22
22
Philipp Burckhardt <pburckhardt@outlook.com>
23
+ Pranav <85227306+Pranavchiku@users.noreply.github.com>
23
24
Ricky Reusser <rsreusser@gmail.com>
24
25
Ryan Seal <splrk@users.noreply.github.com>
25
26
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Original file line number Diff line number Diff line change 18
18
19
19
/* tslint:disable:no-unused-expression */
20
20
21
- import async = require( './index' ) ;
21
+ import ns = require( './index' ) ;
22
22
23
23
24
24
// TESTS //
25
25
26
26
// The exported value is the expected interface...
27
27
{
28
- async ; // $ExpectType Namespace
28
+ ns ; // $ExpectType Namespace
29
29
}
You can’t perform that action at this time.
0 commit comments