wxt
Version:
⚡ Next-gen Web Extension Framework
12 lines (11 loc) • 304 B
TypeScript
/**
* This module contains:
* - JS APIs used by the CLI to build extensions or start dev mode.
* - Helper functions for defining project config.
* - Types for building and extension or configuring WXT.
*
* @module wxt
*/
export * from './core';
export * from './types';
export * from './version';