UNPKG

@sudoo/marked

Version:

JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous

8 lines (7 loc) 207 B
/** * @author WMXPY * @namespace SourceMap * @description Decode */ import { SourceMappingLine } from "./declare"; export declare const decodeSourceMap: (sourceMapString: string) => SourceMappingLine[];