math5/src/index.ts
Glen Whitney df339df94d Reflect types into properties on top-level symbols as well. (#4)
Co-authored-by: Jos de Jong <wjosdejong@gmail.com>
Reviewed-on: #4
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2024-10-21 16:57:59 +00:00

5 lines
140 B
TypeScript

import {inspect} from 'node:util'
import * as specifications from './all'
console.log(inspect(specifications, {depth: 18, colors: true}))