( rootSection: FormKitSchemaExtendableSection )
| 141 | */ |
| 142 | /*@__NO_SIDE_EFFECTS__*/ |
| 143 | export function createRoot( |
| 144 | rootSection: FormKitSchemaExtendableSection |
| 145 | ): FormKitExtendableSchemaRoot { |
| 146 | return (extensions: FormKitSectionsSchema) => { |
| 147 | return [rootSection(extensions)] |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * Type guard for schema objects. |
no outgoing calls
no test coverage detected