Collection of useful code snippets / utils
yarn add git+https://github.com/leocode/code-snippets.git
npm install --save git+https://github.com/leocode/code-snippets.git
const snippets = require('@leocode/code-snippets');
import * as snippets from '@leocode/code-snippets';