@types/multi-stage-sourcemap
TypeScript icon, indicating that this package has built-in type declarations

0.3.4 • Public • Published

Installation

npm install --save @types/multi-stage-sourcemap

Summary

This package contains type definitions for multi-stage-sourcemap (https://github.com/azu/multi-stage-sourcemap/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/multi-stage-sourcemap.

index.d.ts

import type { RawSourceMap } from "source-map";

/**
 * @returns re-mapped rawSourceMap string
 */
export function transfer(mappingObject: {
    fromSourceMap: RawSourceMap | string;
    toSourceMap: RawSourceMap | string;
}): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: source-map

Credits

These definitions were written by David Reed.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/multi-stage-sourcemap

Weekly Downloads

249

Version

0.3.4

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • types