UNPKG

backendless-console-sdk

Version:

Backendless Console SDK for Node.js and browser

6 lines (4 loc) 175 B
export const optional = path => { return path ? '/' + path : '' } export const encodePath = path => path.split('/').map(pathPart => encodeURIComponent(pathPart)).join('/')