UNPKG

@belvo-finance/belvo-vue-components

Version:

## Project setup ``` npm install ```

4 lines 149 B
function createNS(type) { //return {appendChild:function(){},setAttribute:function(){},style:{}} return document.createElementNS(svgNS, type); }