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.
8 lines (6 loc) • 441 B
JavaScript
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';