mirror of
https://github.com/nushell/nushell.git
synced 2025-04-02 12:19:48 +02:00
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
# std.nu, `used` to load base standard library components
|
|
|
|
export module input
|
|
export module iter
|
|
|
|
# Make certain commands available in the top-level namespace
|
|
export use lib *
|
|
export use formats *
|
|
export use dt * |