Common JS functions
npm install snce-frontend-utilsJS common functions to be used in frontend repo.

Using npm:
``shell`
$ npm i snce-frontend-utils
`js`
const snceUtils = require('snce-frontend-utils');
- GTM DataLayer functions (see DATALAYER.md)
- Closest returns closest related DOM element with CSS class given. `let itemFounded = _closest(DOMitem, 'classname'); ``
For publishing new version see DEPLOY.md.