{"version":3,"file":"index109.cjs","sources":["../src/helpers/checkers.ts"],"sourcesContent":["export const hasInputValue = (\n  value: string | number | undefined | null\n): boolean => {\n  if (typeof value === \"string\") return value.length > 0;\n  if (typeof value === \"number\") return true;\n  return false;\n};\n"],"names":[],"mappings":";;AAAa,MAAA,gBAAgB,CAC3B,UACY;AACZ,MAAI,OAAO,UAAU,SAAU,QAAO,MAAM,SAAS;AACjD,MAAA,OAAO,UAAU,SAAiB,QAAA;AAC/B,SAAA;AACT;;"}