UNPKG

@ducor/form

Version:
21 lines (20 loc) 525 B
"use strict"; const value1 = { name: 'John', age: 20, address: { city: 'New York', country: 'USA' }, hobbies: ['reading', 'traveling', 'cooking'], isActive: true, lastLogin: new Date('2023-01-01'), role_ids: [1, 2, 3], role_id: 1, role_name: 'admin', role_description: 'admin', role_permissions: ['read', 'write', 'delete'], role_created_at: new Date('2023-01-01'), role_updated_at: new Date('2023-01-01'), abs: [2, true, 'test', { a: 1, b: 2 }] };