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
+3 -3
View File
@@ -8,12 +8,12 @@
Its prototype is simple:
string sprintf(string format , [mixed arg1 [, mixed arg2 [ ,...]]])
string sprintf(string format , [mixed arg1 [, mixed arg2 [ ,...]]])
*/
declare module sprintf_js {
declare namespace sprintf_js {
/** sprintf.js is a complete open source JavaScript sprintf implementation for the browser and node.js.
Its prototype is simple:
string sprintf(string format , [mixed arg1 [, mixed arg2 [ ,...]]])
string sprintf(string format , [mixed arg1 [, mixed arg2 [ ,...]]])
==Placeholders==
The placeholders in the format string are marked by % and are followed by one or more of these elements. see "fmt" arg for more docs on placeholders.