( section: FormKitSchemaExtendableSection )
| 414 | */ |
| 415 | /*@__NO_SIDE_EFFECTS__*/ |
| 416 | export function $root( |
| 417 | section: FormKitSchemaExtendableSection |
| 418 | ): FormKitExtendableSchemaRoot { |
| 419 | warn(800, '$root') |
| 420 | return createRoot(section) |
| 421 | } |
| 422 | |
| 423 | export function resetCounts() { |
| 424 | resetRadio() |
no test coverage detected