function
IsValidBlockTypeName
IsValidBlockTypeName reports whether a generated block name is portable to Go and TypeScript.
Arguments
| Argument | Type | Description |
|---|---|---|
value | string | The value value. |
Returns
The declared result.
boolFull signature
func IsValidBlockTypeName(value string) bool