autogiro
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

autogiro

A Node.js module to handle files from Swedish Autogiro

Installation

npm install autogiro --save
yarn add autogiro
bower install pluralize --save

Usage

Javascript

var autogiro = require('autogiro');
var hello = autogiro.hello('Autogiro');
Output should be 'Hello Autogiro'

TypeScript

import { hello } from 'autogiro';
console.log(hello('Autogiro'))
Output should be 'Hello Autogiro'

AMD

define(function(require,exports,module){
  var autogiro = require('autogiro');
});

Test

npm run test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i autogiro

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

1.72 MB

Total Files

9

Last publish

Collaborators

  • ajagelund