Open kevinbarabash opened 3 months ago
With inexact objects we can't be sure if there are extra properties or not in the object, but with exact objects we can. This means we can return something more useful than unknown[] from Object.values for instance.
unknown[]
Object.values
With inexact objects we can't be sure if there are extra properties or not in the object, but with exact objects we can. This means we can return something more useful than
unknown[]
fromObject.values
for instance.