Pure NAPI version of [trash](https://www.npmjs.com/package/trash).
npm install recycle-binPure NAPI version of trash.
``bash`
npm install recycle-bin
`javascript
import trash from 'recycle-bin';
await trash(['*.png', '!rainbow.png']);
`
Returns a Promise.
#### input
Type: string | string[]
Accepts paths and glob patterns.
#### options
Type: object
##### glob
Type: boolean\true`
Default:
Enable globs when matching file paths.