UNPKG

full-name-generator

Version:

Generate random names using data from popular names and surnames of various countries.

10 lines (8 loc) 546 B
const taiwaneseSurnames = [ // https://web.archive.org/web/20231018122022/https://zh.wikipedia.org/zh/%E5%8F%B0%E7%81%A3%E5%A7%93%E6%B0%8F '陳', '林', '黃', '張', '李', '王', '吳', '劉', '蔡', '楊', '許', '鄭', '謝', '洪', '郭', '邱', '曾', '廖', '賴', '徐', '周', '葉', '蘇', '莊', '呂', '江', '何', '蕭', '羅', '高', '潘', '簡', '朱', '鍾', '游', '彭', '詹', '胡', '施', '沈', '余', '盧', '梁', '趙', '顏', '柯', '翁', '魏', '孫', '戴' ]; export default taiwaneseSurnames;