const { listExtensions } = require('./extensionList.js'); window.onload = () => { listExtensions(); };