nanotranslate-async
v0.0.1
Published
Asyncting for nanotranslate
Downloads
2
Readme
nanotranslate-async
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