6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
export * from '../plugins.js';
|
|
|
|
import * as htmlMinifier from 'html-minifier';
|
|
|
|
export { htmlMinifier };
|