File size: 75 Bytes
1e92f2d |
1 2 3 4 |
export function execute() {
return require('../commonjs/index.js') + 1
}
|
1e92f2d |
1 2 3 4 |
export function execute() {
return require('../commonjs/index.js') + 1
}
|