baasic-sdk-javascript
Version:
JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).
47 lines (46 loc) • 756 B
TypeScript
declare let ALPHABET: {
a: RegExp;
aa: RegExp;
ae: RegExp;
ao: RegExp;
au: RegExp;
av: RegExp;
ay: RegExp;
b: RegExp;
c: RegExp;
d: RegExp;
dz: RegExp;
e: RegExp;
f: RegExp;
g: RegExp;
h: RegExp;
hv: RegExp;
i: RegExp;
j: RegExp;
k: RegExp;
l: RegExp;
lj: RegExp;
m: RegExp;
n: RegExp;
nj: RegExp;
o: RegExp;
oi: RegExp;
ou: RegExp;
oo: RegExp;
p: RegExp;
q: RegExp;
r: RegExp;
s: RegExp;
ss: RegExp;
t: RegExp;
tz: RegExp;
u: RegExp;
v: RegExp;
vy: RegExp;
w: RegExp;
x: RegExp;
y: RegExp;
z: RegExp;
'': RegExp;
};
export { ALPHABET };