A Node.js module to handle files from Swedish Autogiro
npm install @oh77/autogiro --save
yarn add @oh77/autogiro
bower install @oh77/autogiro --savevar autogiro = require('autogiro');
var hello = autogiro.hello('Autogiro');Output should be 'Hello Autogiro'import { hello } from 'autogiro';
console.log(hello('Autogiro'))Output should be 'Hello Autogiro'define(function(require,exports,module){
var autogiro = require('autogiro');
});npm run testhttps://codeburst.io/https-chidume-nnamdi-com-npm-module-in-typescript-12b3b22f0724
for awesome tutorials