Sha256: 942c12b9d952e04171692cf8b0a9cb9d304d06731b82e1050966e2e26a5bd9a0
Contents?: true
Size: 178 Bytes
Versions: 77
Compression:
Stored size: 178 Bytes
Contents
export const hashRoute = subpath => `#/Content/${subpath}`; export const route = subpath => hashRoute(subpath).substring(1); export const activeTab = path => path.split('/')[2];
Version data entries
77 entries across 77 versions & 1 rubygems