Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
convert-source-map
SourceMapConverter
Interface SourceMapConverter
Index
Methods
addProperty
getProperty
setProperty
toBase64
toComment
toJSON
toObject
Methods
public
addProperty
(
key
:
any
, value
:
any
)
:
SourceMapConverter
Parameters
key:
any
value:
any
Returns
SourceMapConverter
public
getProperty
(
key
:
any
)
:
any
Parameters
key:
any
Returns
any
public
setProperty
(
key
:
any
, value
:
any
)
:
SourceMapConverter
Parameters
key:
any
value:
any
Returns
SourceMapConverter
public
toBase64
(
)
:
string
Returns
string
public
toComment
(
)
:
string
Returns
string
public
toJSON
(
space
?:
any
)
:
string
Parameters
space?:
any
optional
Returns
string
public
toObject
(
)
:
any
Returns
any
Globals
convert-source-map
commentRegex
SourceMapConverter
addProperty
getProperty
setProperty
toBase64
toComment
toJSON
toObject
fromBase64
fromComment
fromJSON
fromObject
fromSource
removeComments