Skip to main content

Variable: strings

const strings: object;

Type declaration

convertToText()

convertToText: (obj) => any;

Parameters

ParameterType
objany

Returns

any

fixColorHash()

fixColorHash: (color) => string;

Parameters

ParameterType
colorstring

Returns

string

functionFromString

functionFromString: Object;

removeLeadingSlash()

removeLeadingSlash: (str) => any;

Parameters

ParameterType
strany

Returns

any

safeURL()

safeURL: (url) => any;

Parameters

ParameterType
urlany

Returns

any

toSnakeCase()

toSnakeCase: (str) => string;

Parameters

ParameterType
strstring

Returns

string

ucfirst()

ucfirst: (string) => any;

Parameters

ParameterType
stringany

Returns

any