Home Reference Source

References

array

summary
public

F flatten(array: Array): Array

Flattens array a single level deep.

function

summary
public

F compose(funcs: ...Function): Function

Composes the functions right-to-left.

public

F flow(funcs: ...Function): Function

Composes the functions left-to-right.

string

summary
public

F upperCase(text: String): String

Converts string to upper case.

Directories