UNPKG

jenesius-vue-form

Version:

Heavy form system for Vue.js

5 lines (4 loc) 201 B
/** * @description Concat names. Method using for check first name. The correct name is xxx.xxx. Wrong value is .xxx or xxx. * */ export default function concatName(...names: unknown[]): string;