0.1.5 • Published 5 years ago

absurdly.js v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Absurdly

A library to do the absurd

Installation

npm install absurdly

Usage

import { firstLetter } from 'absurdly';
var output = firstLetter('some text');

Output should be s

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Build Status

Coverage Status