UNPKG

devshare

Version:

Library to communicate with devshare development sharing platform.

9 lines (7 loc) 173 B
import entity from './entity' export default (relativePath, folderPath, children) => { return Object.assign( {}, entity(relativePath, folderPath, 'folder') ) }