Documentation
Preparing search index...
@alexaegis/fs
mocks
MockPrettierReturn
Interface MockPrettierReturn
interface
MockPrettierReturn
{
prettier
:
__module
;
prettierMock
:
{
format
:
Mock
<
(
s
:
string
,
o
:
Options
)
=>
Promise
<
string
|
undefined
>
>
;
resolveConfig
:
Mock
<
(
_
:
string
)
=>
Promise
<
Options
>
>
;
}
;
}
Index
Properties
prettier
prettier
Mock
Properties
prettier
prettier
:
__module
prettier
Mock
prettierMock
:
{
format
:
Mock
<
(
s
:
string
,
o
:
Options
)
=>
Promise
<
string
|
undefined
>
>
;
resolveConfig
:
Mock
<
(
_
:
string
)
=>
Promise
<
Options
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prettier
prettier
Mock
Documentation
Loading...