Quick actions

cmd+k|ctrl+k

Navigation

Languages

Ecmascript modules

Snippet info

Language

JavaScript

Visibility

public

Author

petter

Created

2021-05-20T16:57:31.073855Z

Updated

2021-05-20T17:07:41.197884Z

import { hello } from './hello.mjs';

console.log(hello('World'));
INFO