Warning
This is an internal project, and is not intended for public use. No support or stability guarantees are provided.
Formats a greeting message.
| Property | Type | Description |
|---|---|---|
| name | | The name to greet |
| formal | | Whether to use a formal greeting |
stringimport { createTypes } from './createTypes';
import { formatGreeting } from './myFunction';
export const TypesFunction = createTypes(import.meta.url, formatGreeting);