Kind: Function
Source: atloria-monorepo/apps/api/src/snippets/expand-includes.ts
Parse the snippet name out of the directive's attribute text.
Signature
tsfunction parseSnippetName(attrText: string): string | null
Parameters
| Name | Type |
|---|---|
attrText | string |
Returns: string | null
Was this page helpful?