by jiangshan @jiangshanmeta
Implement the type version of Array.unshift
For example
type Result = Unshift<[1, 2], 0> // [0, 1, 2,]
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
by jiangshan @jiangshanmeta
Implement the type version of Array.unshift
For example
type Result = Unshift<[1, 2], 0> // [0, 1, 2,]