-
-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
See:
Lines 152 to 158 in 5aee55b
if (output === "array") { | |
return result; | |
} | |
if (full) { | |
result[1] = fullforms[e] ? fullforms[e] : fullform[standard][e] + (bits ? "bit" : "byte") + (result[0] === 1 ? "" : "s"); |
This returns before the fullform is generated.
Metadata
Metadata
Assignees
Labels
No labels