unity-builder/src/model/remote-builder/remote-builder-alphabet.ts

5 lines
156 B
TypeScript
Raw Normal View History

2021-05-02 03:14:04 +00:00
class RemoteBuilderAlphabet {
static alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
}
export default RemoteBuilderAlphabet;