🈯import
🚧 under construction
import Tools from './module.js'; // import default
import { f, g } from './module.js';
import { f as g } from './module.js'; // renameLast updated
🚧 under construction
import Tools from './module.js'; // import default
import { f, g } from './module.js';
import { f as g } from './module.js'; // renameLast updated