>_Skillful
Need help with advanced AI agent engineering?Contact FirmAdapt
arthur-plazanet

arthur-plazanet

@arthur-plazanet

On GitHub since October 2020

1

Published Tools

0

Total Stars

0

Weekly Downloads

3

GitHub Followers

16

Public Repos

Published Tools

1 Skillacross 1 category

unreadable-typescript

arthur_plazanet

type UnreadableType<T> = T extends object ? { [K in keyof T]: UnreadableType<T[K]> } : T;

SkillAI Tool
1 dir