Fix angularjs/angular; 'export declare'/'declare export'

This commit is contained in:
Ryan Cavanaugh
2016-04-25 13:02:25 -07:00
parent 31dfe55013
commit 541e24b685
293 changed files with 2013 additions and 2013 deletions

View File

@@ -6,5 +6,5 @@
// Imported from: https://github.com/soywiz/typescript-node-definitions/sprintff.d.ts
declare export function sprintf(fmt: string, ...args: any[]): string;
declare export function vsprintf(fmt: string, args: any[]): string;
export declare function sprintf(fmt: string, ...args: any[]): string;
export declare function vsprintf(fmt: string, args: any[]): string;