UNPKG

@cedoor/utils

Version:

Some JavaScript util functions.

10 lines (9 loc) 272 B
// General export { download } from './general/download' // Http export { get } from './http/get' // Math export { sum } from './math/operations.js' // Strings export { parseURL } from './strings/parseURL' export { capitalize, capitalizeList } from './strings/capitalize'