UNPKG

@uploadcare/file-uploader

Version:

Building blocks for Uploadcare products integration

9 lines (7 loc) 174 B
// @ts-check /** * @template {keyof import('../types').ConfigType} T * @param {T} key * @returns {`*cfg/${T}`} */ export const sharedConfigKey = (key) => `*cfg/${key}`;