1 2 3 4 5
function isWebSQLValid() { return typeof openDatabase === 'function'; } export default isWebSQLValid;