({
id,
subset,
weight,
style,
extension,
version,
}: BucketPath)
| 27 | >; |
| 28 | |
| 29 | export const bucketPath = ({ |
| 30 | id, |
| 31 | subset, |
| 32 | weight, |
| 33 | style, |
| 34 | extension, |
| 35 | version, |
| 36 | }: BucketPath) => `${id}@${version}/${subset}-${weight}-${style}.${extension}`; |
| 37 | |
| 38 | export const bucketPathVariable = ({ |
| 39 | id, |
no outgoing calls
no test coverage detected