Fuse/test/fixtures/types.js
Kiro Risk e74a9ef305
Changed bundler to Rollup (#367)
- 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
2020-03-23 08:22:20 -07:00

6 lines
137 B
JavaScript

"use strict";
exports.__esModule = true;
// export interface IPokeDexAliases extends PokeAliasType, PokedexType {
// name: string
// }