2019-07-19 13:14:32 +01:00
|
|
|
/**
|
|
|
|
|
* Export the main ESM module as CommonJS
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @author d98762656 [d98762625@gmail.com]
|
|
|
|
|
* @copyright Crown Copyright 2019
|
|
|
|
|
* @license Apache-2.0
|
|
|
|
|
*/
|
|
|
|
|
|
2022-03-25 18:28:01 +00:00
|
|
|
module.exports = (async () => await import("./index.mjs"))();
|
|
|
|
|
module.exports.File = (async () => await import("./File.mjs"))();
|