Fixed import
All checks were successful
Build / Build NPM Project (push) Successful in 1m5s
Build / Tag Version (push) Successful in 14s
Build / Publish Documentation (push) Successful in 2m2s

This commit is contained in:
Zakary Timson 2024-11-15 16:22:01 -05:00
parent a86e8350ee
commit ce3c8d012a

View File

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