UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

10 lines (7 loc) 165 B
'use strict' const u = require('universalify').fromCallback const rimraf = require('./rimraf') module.exports = { remove: u(rimraf), removeSync: rimraf.sync }