Quick actions

cmd+k|ctrl+k

Navigation

Languages

比特山娱乐模式

Snippet info

Language

JavaScript

Visibility

public

Author

shikukuya

Created

2023-07-16T11:43:26.808983Z

Updated

2023-07-16T11:43:26.808983Z

const user = require("./user");
const other = require("./other");
user.hello();
other.hello();
INFO