main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
367 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | const compat = require('./compat');
|
---|
3 | const data = require('./data');
|
---|
4 | const entries = require('./entries');
|
---|
5 | const getModulesListForTargetVersion = require('./get-modules-list-for-target-version');
|
---|
6 | const modules = require('./modules');
|
---|
7 |
|
---|
8 | module.exports = Object.assign(compat, {
|
---|
9 | compat,
|
---|
10 | data,
|
---|
11 | entries,
|
---|
12 | getModulesListForTargetVersion,
|
---|
13 | modules,
|
---|
14 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.