@sudoo/marked
Version:
JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous
12 lines (11 loc) • 329 B
JavaScript
;
/**
* @author WMXPY
* @namespace SourceMap_LocationFinder
* @description Base Location Finder
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseSourceMapLocationFinder = void 0;
class BaseSourceMapLocationFinder {
}
exports.BaseSourceMapLocationFinder = BaseSourceMapLocationFinder;