webdriverio-automation
Version:
WebdriverIO-Automation android ios project
37 lines (21 loc) • 683 B
Markdown
suffix [](https://npmjs.com/package/suffix) [](https://npmjs.com/package/suffix) [](https://circleci.com/gh/egoist/suffix)
Add suffix to a filename.
# Install
```bash
npm install --save suffix
```
# Usage
```js
const suffix = require('suffix')
suffix('a.js', '.min')
//=> a.min.js
```
# API
## suffix(filename, [suffix])
### filename
Type: `string`
### suffix
Type: `string`
The suffix string to be added.
# License
MIT © [EGOIST](https://github.com/egoist)