mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Fix angularjs/angular; 'export declare'/'declare export'
This commit is contained in:
4
sprintf/sprintf.d.ts
vendored
4
sprintf/sprintf.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user