CoolFace
Apppublic

sourav-das/stem-separator

sourceHugging Facemitupdated 6mo agoView on Hugging Face
3likes
source-map.js9 linesDownload Raw Back to source-map-js
1/*2 * Copyright 2009-2011 Mozilla Foundation and contributors3 * Licensed under the New BSD license. See LICENSE.txt or:4 * http://opensource.org/licenses/BSD-3-Clause5 */6exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;7exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;8exports.SourceNode = require('./lib/source-node').SourceNode;9