{"library":"ts-toolbelt","install":[{"cmd":"npm install ts-toolbelt","imports":["import { Object } from 'ts-toolbelt';\ntype MergedType = Object.Merge<{ a: string }, { b: number }>;","import { O } from 'ts-toolbelt';\ntype MergedType = O.Merge<{ a: string }, { b: number }>;","import { U } from 'ts-toolbelt';\ntype MyUnion = 'a' | 'b' | 'c';\ntype ExcludedUnion = U.Exclude<MyUnion, 'b'>;"]},{"cmd":"yarn add ts-toolbelt","imports":[]},{"cmd":"pnpm add ts-toolbelt","imports":[]}]}