Adding instructions and items now complete
This commit is contained in:
@@ -111,5 +111,5 @@ interface Array<T> {
|
||||
first(): T
|
||||
last(): T
|
||||
unique(): this
|
||||
collect(func: (item: T) => T[]): T[]
|
||||
collect(func: (item: T) => any[]): any[]
|
||||
}
|
||||
Reference in New Issue
Block a user