UNPKG

@botonic/core

Version:
7 lines (6 loc) 221 B
export const NOT_FOUND_PATH = '404' export const EMPTY_ACTION_PATH = '' export const PATH_PAYLOAD_IDENTIFIER = '__PATH_PAYLOAD__' export const PATH_PAYLOAD_REGEXP = new RegExp( `\\b^${PATH_PAYLOAD_IDENTIFIER}(.*)\\b` )