| 1 | /* eslint-disable @typescript-eslint/camelcase */ |
| 2 | import replace from 'rollup-plugin-replace' |
| 3 | import { uglify } from 'rollup-plugin-uglify' |
| 4 | import typescript from 'rollup-plugin-typescript2' |
nothing calls this directly
no test coverage detected