Fixed import
This commit is contained in:
parent
a86e8350ee
commit
ce3c8d012a
@ -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 [];
|
||||
|
Loading…
Reference in New Issue
Block a user