Skip to content

Commit b67d46c

Browse files
committed
Auto-generated commit
1 parent 7f9ef90 commit b67d46c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Milan Raj <[email protected]>
2020
Momtchil Momtchev <[email protected]>
2121
Ognjen Jevremović <[email protected]>
2222
Philipp Burckhardt <[email protected]>
23+
2324
Ricky Reusser <[email protected]>
2425
Ryan Seal <[email protected]>
2526
Seyyed Parsa Neshaei <[email protected]>

docs/types/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
/* tslint:disable:no-unused-expression */
2020

21-
import base = require( './index' );
21+
import ns = require( './index' );
2222

2323

2424
// TESTS //
2525

2626
// The exported value is the expected interface...
2727
{
28-
base; // $ExpectType Namespace
28+
ns; // $ExpectType Namespace
2929
}

0 commit comments

Comments
 (0)