Skip to content
Chase Willden edited this page Apr 26, 2016 · 3 revisions

Syntax

An internal module may be imported into the code. All imports must be declared at the beginning of the file.

import "string"

or

import {
   "string",
   "console"
}

or

import "string", "fs", "console"
Clone this wiki locally