UNPKG

@types/fbjs

Version:
10 lines (7 loc) 183 B
declare class CircularBuffer { write(entry: any): CircularBuffer; clear(): CircularBuffer; read(): any[]; } declare namespace CircularBuffer {} export = CircularBuffer;