UNPKG

ts-react-hot-transformer

Version:

<p align="center"> <a href="https://www.npmjs.org/package/ts-react-hot-transformer"><img src="https://img.shields.io/npm/v/ts-react-hot-transformer.svg?style=flat" alt="npm"></a> <a href="https://www.npmjs.com/package/ts-react-hot-transformer"><img sr

3 lines (2 loc) 158 B
import * as ts from 'typescript'; export default function transformer(): (context: ts.TransformationContext) => (sourceFile: ts.SourceFile) => ts.SourceFile;