mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-20 12:20:37 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -18,7 +18,7 @@ declare module 'tape' {
|
||||
function tape(cb: tape.TestCase): void;
|
||||
function tape(opts: tape.TestOptions, cb: tape.TestCase): void;
|
||||
|
||||
module tape {
|
||||
namespace tape {
|
||||
|
||||
interface TestCase {
|
||||
(test: Test): void;
|
||||
|
||||
Reference in New Issue
Block a user