quansync
Version:
Create sync/async APIs with usable logic
16 lines (14 loc) • 379 B
JavaScript
import { i as quansync$1 } from "./src-C2Pm6gXo.js";
//#region src/macro.ts
/**
* This function is equivalent to `quansync` from main entry
* but accepts a fake argument type of async functions.
*
* This requires to be used with the macro transformer `unplugin-quansync`.
* Do NOT use it directly.
*
* @internal
*/
const quansync = quansync$1;
//#endregion
export { quansync };