dep: lodash -> lodash-es
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { isInteger, isString } from "lodash";
|
||||
import { isInteger, isString } from "lodash-es";
|
||||
|
||||
export function simpleSerialize(...values : (string|number)[]): string{
|
||||
const result = [];
|
||||
|
||||
Reference in New Issue
Block a user