questionnaire-core
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

questionnaire-core

Using the package

This package should be used to build specific questionnaires, e.g:

Minimum requirements

The package created should expose a questionnaire() function to generate a fresh Questionnaire object.

If the Questionnaire properties are specified in props, for example, the package should export at a minimum:

import {Questionnaire} from "questionnaire-core";

export const questionnaire: () => Questionnaire = () => new Questionnaire(props);

Package Sidebar

Install

npm i questionnaire-core

Weekly Downloads

10

Version

0.3.3

License

ISC

Unpacked Size

59.2 kB

Total Files

9

Last publish

Collaborators

  • oxrse