UNPKG

pob-babel

Version:
10 lines (7 loc) 181 B
'use strict'; const plugins = new Map(); module.exports = { plugins, findByExtension: ext => plugins.get(ext), register: plugin => plugins.set(plugin.extension, plugin), };