✨ 🏒 clmTypes.ts
This commit is contained in:
@@ -209,3 +209,4 @@ export function normalizeTypeName(name: string): string {
|
|||||||
export function isClmAllowedType(typeName: string): boolean {
|
export function isClmAllowedType(typeName: string): boolean {
|
||||||
return CLM_ALLOWED_TYPES.has(normalizeTypeName(typeName))
|
return CLM_ALLOWED_TYPES.has(normalizeTypeName(typeName))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user