-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Labels
design:neededA design request has been raised that needs a proposalA design request has been raised that needs a proposal
Milestone
Description
extern dec encode(target: unknown, encoding: string, encodedAs?: string | bytes = string);
Would be good to be able to do that.
To decide in design is do we want the property with default to be marked optional or not
extern dec encode(target: unknown, encoding: string, encodedAs?: string | bytes = string);
// vs
extern dec encode(target: unknown, encoding: string, encodedAs: string | bytes = string);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
design:neededA design request has been raised that needs a proposalA design request has been raised that needs a proposal
