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:
Vendored
+4
-4
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user