@vue-composable/core
Advanced tools
Comparing version 1.0.0-dev.4 to 1.0.0-dev.6
@@ -26,2 +26,3 @@ 'use strict'; | ||
const NO_OP = () => { }; | ||
const FALSE_OP = () => false; | ||
function promisedTimeout(timeout) { | ||
@@ -374,2 +375,3 @@ return new Promise(res => { | ||
exports.FALSE_OP = FALSE_OP; | ||
exports.NO_OP = NO_OP; | ||
@@ -376,0 +378,0 @@ exports.debounce = debounce; |
@@ -26,2 +26,3 @@ 'use strict'; | ||
const NO_OP = () => { }; | ||
const FALSE_OP = () => false; | ||
function promisedTimeout(timeout) { | ||
@@ -362,2 +363,3 @@ return new Promise(res => { | ||
exports.FALSE_OP = FALSE_OP; | ||
exports.NO_OP = NO_OP; | ||
@@ -364,0 +366,0 @@ exports.debounce = debounce; |
@@ -23,2 +23,4 @@ import { Ref } from '@vue/composition-api'; | ||
export declare const FALSE_OP: () => boolean; | ||
export declare const isArray: (arg: any) => arg is any[]; | ||
@@ -25,0 +27,0 @@ |
@@ -22,2 +22,3 @@ import { isRef, ref, computed, watch } from '@vue/composition-api'; | ||
const NO_OP = () => { }; | ||
const FALSE_OP = () => false; | ||
function promisedTimeout(timeout) { | ||
@@ -370,2 +371,2 @@ return new Promise(res => { | ||
export { NO_OP, debounce, exponentialDelay, isArray, isBoolean, isDate, isElement, isFunction, isNumber, isObject, isPromise, isString, isSymbol, minMax, noDelay, promisedTimeout, unwrap, useArrayPagination, useCancellablePromise, useDebounce, usePagination, usePromise, useRetry, wrap }; | ||
export { FALSE_OP, NO_OP, debounce, exponentialDelay, isArray, isBoolean, isDate, isElement, isFunction, isNumber, isObject, isPromise, isString, isSymbol, minMax, noDelay, promisedTimeout, unwrap, useArrayPagination, useCancellablePromise, useDebounce, usePagination, usePromise, useRetry, wrap }; |
@@ -0,0 +0,0 @@ 'use strict' |
{ | ||
"name": "@vue-composable/core", | ||
"version": "1.0.0-dev.4", | ||
"version": "1.0.0-dev.6", | ||
"description": "@vue-composable/core", | ||
"main": "index.js", | ||
"module": "dist/core.esm-bundler.js", | ||
"unpkg": "dist/core.global.js", | ||
"files": [ | ||
@@ -18,4 +17,3 @@ "index.js", | ||
"esm-bundler", | ||
"cjs", | ||
"global" | ||
"cjs" | ||
] | ||
@@ -22,0 +20,0 @@ }, |
@@ -0,0 +0,0 @@ # @vue-composable/core |
49821
7
1299