mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
217 B
TypeScript
8 lines
217 B
TypeScript
/// <reference path="angular.d.ts" />
|
|
|
|
import localName = require('angular');
|
|
var mod: localName.IModule = localName.module('mod', []);
|
|
|
|
// Remain compatible with the ambient version
|
|
var mod2: angular.IModule = mod;
|