UNPKG

01_npmshangchuan

Version:

5 lines (4 loc) 122 B
import { jia } from "./01.js"; import { cheng } from "./02.js"; console.log(jia(10, 10)); console.log(cheng(10, 10));