Fixed import error
All checks were successful
Build / Build NPM Project (push) Successful in 57s
Build / Tag Version (push) Successful in 13s
Build / Publish Documentation (push) Successful in 48s

This commit is contained in:
2025-05-06 16:01:57 -04:00
parent 3bc82fab45
commit 95f8d5762c
2 changed files with 99 additions and 10 deletions

View File

@ -1,4 +1,4 @@
import {dotNotation, JSONAttemptParse} from '@ztimson/utils';
import {dotNotation, JSONAttemptParse} from './objects.ts';
export function search(rows: any[], search: string, regex?: boolean, transform: Function = (r: any) => r) {
if(!rows) return [];