-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Will this ever support full typescript return typings?
import { flatten } from 'flatten-anything'
const target = { name: 'Ho-oh', types: { fire: true, flying: true } }as const
const ads= flatten(target)type of ads = any <---- I would expect types of the values to by correctly inferred.
narthur
Metadata
Metadata
Assignees
Labels
No labels