Sign in
apache
/
pouchdb
/
refs/heads/simplify-mapreduce
/
.
/
packages
/
node_modules
/
pouchdb-utils
/
src
/
nextTick.js
blob: 5a62c4259ead460f1ba9fe9032a77648754d0e67 [
file
] [
log
] [
blame
]
function
nextTick
(
fn
)
{
process
.
nextTick
(
fn
);
}
export
default
nextTick
;