We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f33d6 commit 7510382Copy full SHA for 7510382
meerkat-core/src/member-formatters/get-namespaced-key.ts
@@ -1,2 +1,2 @@
1
export const getNamespacedKey = (namespace: string, name: string): string =>
2
- namespace ? `${namespace}.${name}` : name;
+ `${namespace}.${name}`;
0 commit comments