UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (3 loc) 252 B
import type { IsolatedDeclarationsResult } from "../../../types.d.mts"; declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean) => IsolatedDeclarationsResult; export default isolatedDeclarationsOxcTransformer;