UNPKG

@swc-node/register

Version:
5 lines (4 loc) 164 B
import * as ts from 'typescript'; export declare function register(options?: Partial<ts.CompilerOptions & { fallbackToTs: (path: string) => boolean; }>): void;