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