Search
Preparing search index...
The search index is not available
Prudence JavaScript and TypeScript APIs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Prudence JavaScript and TypeScript APIs
transcribe
Namespace transcribe
Index
Interfaces
XMLDocument
Type Aliases
Format
Functions
eprint
new
Xml
Document
print
stringify
write
Type Aliases
Format
Format
:
"yaml"
|
"json"
|
"xjson"
|
"xml"
|
"cbor"
|
"messagepack"
|
"go"
Functions
eprint
eprint
(
value
:
any
, format
:
transcribe
.
Format
, indent
?:
string
)
:
void
Parameters
value:
any
format:
transcribe
.
Format
Optional
indent:
string
Returns
void
new
Xml
Document
new
Xml
Document
(
)
:
XMLDocument
Returns
XMLDocument
print
print
(
value
:
any
, format
:
transcribe
.
Format
, indent
?:
string
)
:
void
Parameters
value:
any
format:
transcribe
.
Format
Optional
indent:
string
Returns
void
stringify
stringify
(
value
:
any
, format
:
transcribe
.
Format
, indent
?:
string
)
:
string
Parameters
value:
any
format:
transcribe
.
Format
Optional
indent:
string
Returns
string
write
write
(
writer
:
Writer
, value
:
any
, format
:
transcribe
.
Format
, indent
?:
string
)
:
void
Parameters
writer:
Writer
value:
any
format:
transcribe
.
Format
Optional
indent:
string
Returns
void
Exports
ard
env
os
prudence
scriptlet
transcribe
util
XMLDocument
Format
eprint
new
Xml
Document
print
stringify
write
Generated using
TypeDoc