Current section

Files

Jump to
gossamer src gossamer array.type.ts
Raw

src/gossamer/array.type.ts

export type Array$<T> = Array<T>;