UNPKG

lml_indexxxx

Version:

8 lines 202 B
import {name,getin} from "./foo.js"; import {getDate} from "./aee.js" // console.log(name); // console.log(getin([1,4,7,2,5,8,3,6,9])); // console.log(getDate()); export{ name,getin,getDate }