Page Contents
Home > @loopback/context > removeNameAndKeyTags
removeNameAndKeyTags() function
A binding template function to delete name
and key
tags
Signature:
export declare function removeNameAndKeyTags(binding: Binding<unknown>): void;
Parameters
Parameter | Type | Description |
---|---|---|
binding | Binding<unknown> |
Returns:
void