MCPcopy Index your code
hub / github.com/apache/pouchdb / isFunction

Function isFunction

lib/index.js:4035–4037  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

4033PouchDB.version = version;
4034
4035function isFunction(f) {
4036 return 'function' === typeof f;
4037}
4038
4039function getPrefix(db) {
4040 if (isFunction(db.prefix)) {

Callers 1

getPrefixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…