Searched defs:exists (Results 1 – 4 of 4) sorted by relevance
19 const exists = function(src, dst, callback) { function23 fs.exists(dst, function(exists) { argument
20 const exists = function(src, dst, callback) { function24 fs.exists(dst, function(exists) { argument
44 exists(value: any, message?: string): void; method
81 exports.assert.exists = (value, message) => { function