UNPKG

@speckle/objectloader2

Version:

This is an updated objectloader for the Speckle viewer written in typescript

4 lines (3 loc) 60 B
export default interface Queue<T> { add(value: T): void }