Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
convert-source-map
Dynamic module convert-source-map
Index
Variables
commentRegex
Interfaces
SourceMapConverter
Functions
fromBase64
fromComment
fromJSON
fromObject
fromSource
removeComments
Variables
commentRegex
:
RegExp
Functions
fromBase64
(
base64
:
string
)
:
SourceMapConverter
Parameters
base64:
string
Returns
SourceMapConverter
fromComment
(
comment
:
string
)
:
SourceMapConverter
Parameters
comment:
string
Returns
SourceMapConverter
fromJSON
(
json
:
string
)
:
SourceMapConverter
Parameters
json:
string
Returns
SourceMapConverter
fromObject
(
obj
:
any
)
:
SourceMapConverter
Parameters
obj:
any
Returns
SourceMapConverter
fromSource
(
source
:
string
)
:
SourceMapConverter
Parameters
source:
string
Returns
SourceMapConverter
removeComments
(
src
:
any
)
:
string
Parameters
src:
any
Returns
string
Globals
convert-source-map
commentRegex
SourceMapConverter
fromBase64
fromComment
fromJSON
fromObject
fromSource
removeComments