Skip to content

Commit

Permalink
Translated 'JavaScript'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Mar 14, 2024
1 parent 9b2a24b commit 677afd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minify.js/docs/hi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ minify-js [input_path] [output_path]
minify-js
```

**विशिष्ट निर्देशिका** में सभी JavaScript फ़ाइलों को छोटा करें (`path/to/your/directory/min/` पर आउटपुट):
**विशिष्ट निर्देशिका** में सभी जावास्क्रिप्ट फ़ाइलों को छोटा करें (`path/to/your/directory/min/` पर आउटपुट):

```
minify-js path/to/your/directory
Expand Down Expand Up @@ -187,7 +187,7 @@ minifyJS.minify(input, { dotFiles: true });

### findJS(searchDir, options)

यह फ़ंक्शन पास की गई `searchDir` स्ट्रिंग के भीतर सभी अनमिनिफाइड JavaScript फ़ाइलों को खोजता है (यह पता लगाने के लिए उपयोगी है कि कौन सी फ़ाइलें [`minify()`](#minifyinput-options) प्रोसेस होंगी) और उनके फ़ाइलपथ वाली एक सरणी लौटाता है।
यह फ़ंक्शन पास की गई `searchDir` स्ट्रिंग के भीतर सभी अनमिनिफाइड जावास्क्रिप्ट फ़ाइलों को खोजता है (यह पता लगाने के लिए उपयोगी है कि कौन सी फ़ाइलें [`minify()`](#minifyinput-options) प्रोसेस होंगी) और उनके फ़ाइलपथ वाली एक सरणी लौटाता है।

विकल्प बूलियन हैं, ऑब्जेक्ट गुणों के रूप में पारित किए गए हैं। उदाहरण के लिए:

Expand Down

0 comments on commit 677afd0

Please sign in to comment.