UNPKG

@syntest/core

Version:

The common core of the SynTest Framework

8 lines 256 B
export declare enum Charset { alpha = "abcdefghijklmnopqrstuvwxyz", alphaCapital = "ABCDEFGHIJKLMNOPQRSTUVWXYZ", numeric = "0123456789", special = "!@#$%^&*()_-+=,.'\":;[]{}\\|<>`~?/", space = " " } //# sourceMappingURL=Charset.d.ts.map