Files
test/node_modules/tdesign-miniprogram/miniprogram_dist/indexes/indexes.wxs
lingxiao865 6c6fe3d0d6 first commit
2025-09-18 12:39:54 +08:00

8 lines
140 B
XML

function getFirstCharacter(str) {
return str.toString().substring(0, 1);
}
module.exports = {
getFirstCharacter: getFirstCharacter,
};