Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
320 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 |
|
---|
| 7 | const { MapStore } = require('./lib/map-store');
|
---|
| 8 | /**
|
---|
| 9 | * @module Exports
|
---|
| 10 | */
|
---|
| 11 | module.exports = {
|
---|
| 12 | createSourceMapStore(opts) {
|
---|
| 13 | return new MapStore(opts);
|
---|
| 14 | }
|
---|
| 15 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.