@gsa-tts/forms-core
v0.1.2
Published
10x Forms Platform form handling
Keywords
Readme
@gsa-tts/forms-core
This library includes all of the core business logic of Forms Platform.
- ./src/services: The public interface of Forms Platform is implemented here
- ./src/patterns: Form building blocks, aka "patterns"
- ./src/repository: Database routines
- ./src/documents: Document ingest and creation
- ./src/context: Runtime contexts for the platform (testing, in-browser, server-side) are defined here
