replace internal module to namespace

This commit is contained in:
vvakame
2016-03-17 02:18:10 +09:00
parent 2f47c75835
commit 14fe4313f4
1139 changed files with 179639 additions and 179639 deletions
+4 -4
View File
@@ -4,7 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/** SugarPak.js - Domain Specific Language - Syntactical Sugar */
declare module sugarpak {
declare namespace sugarpak {
export interface IAddOrientation {
millisecond(): Date;
@@ -60,7 +60,7 @@ declare module sugarpak {
feb(): Date;
mar(): Date;
apr(): Date;
// may
// may
jun(): Date;
jul(): Date;
aug(): Date;
@@ -255,7 +255,7 @@ interface DateConstructor {
feb(): Date;
mar(): Date;
apr(): Date;
// may
// may
jun(): Date;
jul(): Date;
aug(): Date;
@@ -268,4 +268,4 @@ interface DateConstructor {
interface Number extends sugarpak.IDateElement {
// extend the Number type with all the Date goodness
}
}