UNPKG

rbxts-transformer-t-new

Version:

TypeScript transformer which converts TypeScript types to t entities

12 lines (8 loc) 184 B
import { $terrify } from '../../..'; interface ExtendedType { Property: "!"; } interface Type extends ExtendedType { StringType: string; } const terrifiedType = $terrify<Type>();