UNPKG

@bolttech/form-engine

Version:

A form engine based on form events for react projects

4 lines (3 loc) 154 B
declare function hasJsonStructure(str: any): boolean; declare const hasTemplate: (value: string) => boolean; export { hasJsonStructure, hasTemplate };