0.0.1 • Published 6 years ago

nanotranslate-async v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

nanotranslate-async Build Status

Async loading for nanotranslate

Install

This is a low-level module. Recommended: use react-nanotranslate.

$ npm install --save nanotranslate-async

Usage

var nanotranslateAsync = require('nanotranslate-async')

nanotranslateAsync('input')
//=> output

API

nanotranslateAsync(input, [options]) -> output

input

Required Type: string

Lorem ipsum.

options
foo

Type: boolean Default: false

Lorem ipsum.

License

MIT © Andrew Joslin