/** * 验证是否为邮政编码 * @param code {string} 邮政编码 * @returns {boolean} boolean */ export default function isPostCode(code: string): boolean;