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](/doc/en/lb4/apidocs.context.binding.html)<unknown> |
Returns:
void