All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.snippets.Placeholder.utils.js Maven / Gradle / Ivy

The newest version!
import map from 'lodash/map'

export const mapToNumOrStr = (count, callback) => map(new Array(parseInt(count, 10)), callback)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy