2 lines
139 B
TypeScript
Executable file
2 lines
139 B
TypeScript
Executable file
import { TransformOptions, TRANSFORM_RESULT } from "./types";
|
|
export default function transform(opts: TransformOptions): TRANSFORM_RESULT;
|