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

5 lines
156 B
TypeScript

class RemoteBuilderAlphabet {
static alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
}
export default RemoteBuilderAlphabet;