Initial commit
This commit is contained in:
commit
a6272848f9
379 changed files with 74829 additions and 0 deletions
8
build/dev/javascript/gleam_stdlib/gleam/io.mjs
Normal file
8
build/dev/javascript/gleam_stdlib/gleam/io.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import {
|
||||
print,
|
||||
print_error,
|
||||
console_log as println,
|
||||
console_error as println_error,
|
||||
} from "../gleam_stdlib.mjs";
|
||||
|
||||
export { print, print_error, println, println_error };
|
||||
Loading…
Add table
Add a link
Reference in a new issue