generated from tc39/template-for-proposals
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This is the same proposal as Promise.ownProperties(), but under a different name that feels natural and approachable (imo)
const {
shape,
color,
mass,
} = await Promise.fromObject({
shape: getShape(),
color: getColor(),
mass: getMass(),
});lubieowoce, machineghost, CreatiCoding, lionel-rowe, haltcase and 1 more
Metadata
Metadata
Assignees
Labels
No labels