VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/transmuter-mkd-academic
Transmuter
Interface Transmuter<Input, Output, Options>
interface
Transmuter
<
Input
=
string
,
Output
=
unknown
,
Options
extends
TransmuterOptions
=
TransmuterOptions
,
>
{
getBoilerplate
?
()
:
string
;
transmute
(
input
:
Input
,
options
?:
Options
)
:
Output
;
}
Type Parameters
Input
=
string
Output
=
unknown
Options
extends
TransmuterOptions
=
TransmuterOptions
Index
Methods
get
Boilerplate?
transmute
Methods
Optional
get
Boilerplate
getBoilerplate
?
()
:
string
Returns
string
transmute
transmute
(
input
:
Input
,
options
?:
Options
)
:
Output
Parameters
input
:
Input
Optional
options
:
Options
Returns
Output
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Boilerplate
transmute
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...