UNPKG

@slck/utils

Version:

utils library - Utility functions for common development.

11 lines (10 loc) 275 B
export {}; declare global { interface String { isPalindrome(): boolean; addSpacesToCamelCase(): string; convertFirstLetterToUpper(seperator: string): string; isNullOrUndefined(): boolean; isNullOrUndefinedEmpty(): boolean; } }