Quick actions

cmd+k|ctrl+k

Navigation

Languages

Ecmascript modules (package.json)

Snippet info

Language

JavaScript

Visibility

public

Author

petter

Created

2021-05-20T17:04:00.297591Z

Updated

2021-05-20T17:07:52.133412Z

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

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