|
Last change
on this file since cdcff72 was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
234 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | // Bootstrap yargs for browser:
|
|---|
| 2 | import browserPlatformShim from './lib/platform-shims/browser.mjs';
|
|---|
| 3 | import {YargsWithShim} from './build/lib/yargs-factory.js';
|
|---|
| 4 |
|
|---|
| 5 | const Yargs = YargsWithShim(browserPlatformShim);
|
|---|
| 6 |
|
|---|
| 7 | export default Yargs;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.