mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
PR-URL: https://github.com/nodejs/node/pull/58754 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
3 lines
152 B
TypeScript
3 lines
152 B
TypeScript
import type { Options, TransformOutput } from "../lib/wasm";
|
|
export declare function transformSync(source: string, options?: Options): TransformOutput;
|