UNPKG

186 BJavaScriptView Raw
1"use strict";
2
3const exampleIndex = require('../example');
4
5// Get modules defined example/index.js
6let FooPage = exampleIndex('FooPage'),
7 barFunc = exampleIndex('barFunc');
8
9/*...*/
\No newline at end of file