in with the new
This commit is contained in:
8
src/core/plugins/util/index.js
Normal file
8
src/core/plugins/util/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { shallowEqualKeys } from "core/utils"
|
||||
import { transformPathToArray } from "core/path-translator"
|
||||
|
||||
export default function() {
|
||||
return {
|
||||
fn: { shallowEqualKeys, transformPathToArray }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user