2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-17 05:10:32 +03:00

refactor: move isArray into is-type

This commit is contained in:
pimlie
2019-03-09 18:28:15 +01:00
committed by Alexander Lichter
parent bfa64af29b
commit c1f97c4ea4
19 changed files with 42 additions and 44 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import getMetaInfo from '../shared/getMetaInfo'
import { isFunction } from '../shared/typeof'
import { isFunction } from '../shared/is-type'
import updateClientMetaInfo from './updateClientMetaInfo'
export default function _refresh(options = {}) {