Sha256: 2601e6cf989abe311040abac1c2b9fcfaf5491df6cd2b5342a7fcbf8b17062fd
Contents?: true
Size: 244 Bytes
Versions: 100
Compression:
Stored size: 244 Bytes
Contents
const assetUrl = (name: string): string => { const url = window.DecidimComments.assets[name]; if (!url) { throw new Error(`Asset "${name}" can't be found on decidim comments manifest.`); } return url; }; export default assetUrl;
Version data entries
100 entries across 100 versions & 2 rubygems