UNPKG

vue-simple

Version:

Use Vue in the simplest and easiest way, contain more than one of plugins and other to do that, i hope you will like it.

27 lines (24 loc) 502 B
export { isAbsoluteURL, buildURL } from './http'; export { objectIndexOf, objectLastIndexOf } from './object'; export { hash, timehash } from './hash'; export { getCookie } from './cookie'; export { isArray, isArrayBuffer, isFormData, isArrayBufferView, isString, isNumber, isObject, isUndefined, isDate, isFile, isBlob, isFunction, isStream, isURLSearchParams, isStandardBrowserEnv, trim, merge } from './utils'; export * from './base64';