Every line of 'typescript date difference' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
128 function dateDiff(start, end) { 129 return moment(start).diff(end, 'minutes'); 130 }