6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
export * from '../plugins.js';
|
|
|
|
import esbuild from 'esbuild';
|
|
|
|
export { esbuild };
|