UNPKG

@tuniao/tnui-vue3-uniapp

Version:
4 lines (3 loc) 75 B
export function asciiToArray(string: string) { return string.split('') }