UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

5 lines (4 loc) 248 B
declare const appsUrlBuilder: (url: string) => string; declare const getLastParam: (url: string) => string; declare const addPrefixIfNotExists: (url: string, prefix: string) => string; export { addPrefixIfNotExists, appsUrlBuilder, getLastParam };