Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
node_modules
/
npm
/
node_modules
/
cacache
/
lib
/
util
:
hash-to-segments.js
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
'use strict' module.exports = hashToSegments function hashToSegments (hash) { return [ hash.slice(0, 2), hash.slice(2, 4), hash.slice(4) ] }