Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 670 Bytes

api.md

File metadata and controls

14 lines (11 loc) · 670 Bytes
title
API

ts-node's complete API is documented here: API Docs

Here are a few highlights of what you can accomplish:

  • create() creates ts-node's compiler service without registering any hooks.
  • createRepl() creates an instance of our REPL service, so you can create your own TypeScript-powered REPLs.
  • createEsmHooks() creates our ESM loader hooks, suitable for composing with other loaders or augmenting with additional features.