source: trip-planner-front/node_modules/istanbul-lib-source-maps/index.js@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 320 bytes
Line 
1/*
2 Copyright 2012-2015, Yahoo Inc.
3 Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
4 */
5'use strict';
6
7const { MapStore } = require('./lib/map-store');
8/**
9 * @module Exports
10 */
11module.exports = {
12 createSourceMapStore(opts) {
13 return new MapStore(opts);
14 }
15};
Note: See TracBrowser for help on using the repository browser.