@esmj/size
Version:
JavaScript Package Size Cost like bundlephobia or import-cost
18 lines (15 loc) • 321 B
JavaScript
export const SPEED = {
'2g': 12,
'3g': 50,
'4g': 875,
'5g': 2250,
};
export const API = {
NPM_DOWNLOADS: 'https://api.npmjs.org/downloads/point',
REGISTRY_PACKAGE_INFO: 'https://registry.npmjs.org',
};
export const PERIOD = {
LAST_DAY: 'last-day',
LAST_WEEK: 'last-week',
LAST_MONTH: 'last-month',
};