Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 292 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 292 Bytes

import

A tiny module importer for Io.

Usage

# Import named slots from a module into the current scope
import (foo, bar) from "module.io"

# Import onto a different object
utils import (extend) from "/path/to/utils.io"

See the example directory.