UNPKG

unplugin-quansync

Version:

Write async functions, get both async and sync functions

13 lines (9 loc) 300 B
import { UnpluginInstance } from 'unplugin'; import { FilterPattern } from 'unplugin-utils'; interface Options { include?: FilterPattern; exclude?: FilterPattern; enforce?: "pre" | "post" | undefined; } declare const Quansync: UnpluginInstance<Options | undefined, false>; export { Quansync };