Sign in
chromium
/
external
/
github.com
/
dart-lang
/
dart_style
/
4f93caf9c638bb6efc62356a3e35b0b342f10c00
/
.
/
dist
/
dart-style.d.ts
blob: 1a85c276a9581cf5ec0ca63f3b24dcfa4b7a1602 [
file
]
// Type definitions for dart-style
interface
FormatResult
{
code
?:
string
;
error
?:
string
;
}
export
function
formatCode
(
code
:
string
):
FormatResult
;