feat: Inject types as structures, not just as strings

This commit is contained in:
Glen Whitney 2024-10-15 05:30:32 -07:00
parent b9675c6d59
commit d5b4ccfc2a
3 changed files with 173 additions and 3 deletions

View file

@ -2,4 +2,4 @@ import {inspect} from 'node:util'
import * as specifications from './all'
console.log(inspect(specifications, {depth: 8, colors: true}))
console.log(inspect(specifications, {depth: 10, colors: true}))