UNPKG

@sword-health/ui-http-mapper

Version:

UI clients tool for consumption of easy to read/config endpoint maps

15 lines (13 loc) 290 B
const functions = { add: (num1, num2) => num1 + num2, isNull: () => null, isNullWithParam: (x, y) => null, checkValue: (x) => x, createNewBro: (firstName = 'Sérgio', lastName = 'Marques') => { return { firstName, lastName, } } }; export default functions;