UNPKG

nestjs-auto-reflect-metadata-emitter

Version:

[![Actions Status](https://github.com/Codibre/nestjs-auto-reflect-metadata-emitter/workflows/build/badge.svg)](https://github.com/Codibre/nestjs-auto-reflect-metadata-emitter/actions) [![Actions Status](https://github.com/Codibre/nestjs-auto-reflect-metad

7 lines (6 loc) 160 B
import * as ts from 'typescript'; export declare class TypeScriptBinaryLoader { private tsBinary?; load(): typeof ts; getModulePaths(): string[]; }