Skip to content

Instantly share code, notes, and snippets.

View benoitlahoz's full-sized avatar

Benoît LAHOZ benoitlahoz

View GitHub Profile
@DanielOrtel
DanielOrtel / reducePropertyToPrimitive.ts
Last active December 20, 2024 10:45
Reduces a declaration to it's primitive values with ts-morph
import {
Project,
SyntaxKind,
ObjectLiteralExpression,
Identifier,
ArrayLiteralExpression,
CallExpression,
AsExpression,
SpreadAssignment,
ParenthesizedExpression,