UNPKG

abbott-methods

Version:

abbott,methods,method,functions,function

8 lines (7 loc) 178 B
/** * @description urlCode解码 * @param {String} string * @returns {String} */ export const urlCodeDecode = (string: string): string => decodeURIComponent(string)