Llovelindhoni

rename-deno-interfaces

No description available

Legacy
migrationDenointerfacestypescript
Public
0 downloads
0 stars
How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

This codemod renames Deno typscript interface names in your codebase to their
new names.

Before

ts

After

ts

The following Deno types are replaced:

  • Deno.CAARecordDeno.CaaRecord
  • Deno.MXRecordDeno.MxRecord
  • Deno.NAPTRRecordDeno.NaptrRecord
  • Deno.SOARecordDeno.SoaRecord
  • Deno.SRVRecordDeno.SrvRecord
  • Deno.FileDeno.FsFile
  • Deno.SeverDeno.HttpServer

Ready to contribute?

Build your own codemod and share it with the community.