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