UNPKG

@bleed-believer/path-alias

Version:
4 lines (3 loc) 175 B
import type { Options } from '@swc/core'; import type { Output } from './output.js'; export type TransformFileFunction = (path: string, options?: Options) => Promise<Output>;