Interface SourceMapConverter

Index

Methods

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