unplugin-quansync
Version:
Write async functions, get both async and sync functions
27 lines (23 loc) • 439 B
TypeScript
import { Quansync } from './index.js';
import 'unplugin';
import 'unplugin-utils';
/**
* This entry file is for Rolldown plugin.
*
* @module
*/
/**
* Rolldown plugin
*
* @example
* ```ts
* // rolldown.config.js
* import Quansync from 'unplugin-quansync/rolldown'
*
* export default {
* plugins: [Quansync()],
* }
* ```
*/
declare const rolldown: typeof Quansync.rolldown;
export { rolldown as "module.exports", rolldown as default };