UNPKG

antelope-ui

Version:
7 lines (6 loc) 176 B
export default function getImagesMap(filesPath) { return filesPath.keys().reduce((map, name) => { map[name.replace('./', '')] = filesPath(name) return map }, {}) }