UNPKG

94 BJavaScriptView Raw
1'use strict';
2
3function notFound(err) {
4 return !!err.notFound;
5}
6
7module.exports = notFound;
\No newline at end of file