Execute file code as if written locally.
const include = (file) => { eval(filesystem.readFileSync(file) + '') } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
const include = (file) => { eval(filesystem.readFileSync(file) + '') } |