badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 356 B
TypeScript
export declare const isUpperCaseLatin: (s: string, n?: number) => boolean;
export declare const isLowerCaseLatin: (s: string, n?: number) => boolean;
export declare const isNumber: (s: string, n?: number) => boolean;
export declare const isLatin: (s: string, n?: number) => boolean;
export declare const isAlphaNumeric: (s: string, n?: number) => boolean;