mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-25 16:43:11 +00:00
- Changed bundler to Rollup - Added ES6 modules for bundlers and browsers (fixed #262) - Added CommonJS builds - Added UMD builds - Name change so that .min actually reflects the minified version
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
"use strict";
|
|
exports.__esModule = true;
|
|
// export interface IPokeDexAliases extends PokeAliasType, PokedexType {
|
|
// name: string
|
|
// }
|