unplugin-quansync
Version:
Write async functions, get both async and sync functions
20 lines (18 loc) • 365 B
TypeScript
import { Quansync } from "./index-DZPsJU41.js";
//#region src/rspack.d.ts
/**
* Rspack plugin
*
* @example
* ```js
* // rspack.config.js
* import Quansync from 'unplugin-quansync/rspack'
*
* default export {
* plugins: [Quansync()],
* }
* ```
*/
declare const rspack: typeof Quansync.rspack;
//#endregion
export { rspack as default, rspack as "module.exports" };