mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Updated incorrect method name
Changed beautify_js to js_beautify.
This commit is contained in:
Vendored
+1
-1
@@ -57,7 +57,7 @@ interface CSSBeautifyOptions {
|
||||
interface jsb{
|
||||
(js_source_text: string, options?: JsBeautifyOptions) : string ;
|
||||
js:(js_source_text: string, options?: JsBeautifyOptions) => string ;
|
||||
beautify_js:(js_source_text: string, options?: JsBeautifyOptions) => string ;
|
||||
js_beautify:(js_source_text: string, options?: JsBeautifyOptions) => string ;
|
||||
|
||||
css:(js_source_text: string, options?: CSSBeautifyOptions) => string ;
|
||||
css_beautify:(js_source_text: string, options?: CSSBeautifyOptions) => string ;
|
||||
|
||||
Reference in New Issue
Block a user