mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="inversify.d.ts" />
|
||||
|
||||
module global_module_test {
|
||||
namespace global_module_test {
|
||||
|
||||
interface INinja {
|
||||
fight(): string;
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
IKernelModule, IFactory, IProvider, IRequest
|
||||
} from "inversify";
|
||||
|
||||
module external_module_test {
|
||||
namespace external_module_test {
|
||||
|
||||
interface INinja {
|
||||
fight(): string;
|
||||
|
||||
Reference in New Issue
Block a user