UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

14 lines (13 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = [{ one: 'a', two: 'b' }, { one: 'b', two: 'a' }]; exports.default = _default;