data-footstone
Advanced tools
Comparing version 0.1.21 to 0.1.22
{ | ||
"name": "data-footstone", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "data structure", | ||
@@ -5,0 +5,0 @@ "author": "feigebaobei <18515195415@163.com>", |
import { BaseChainElement as BCE, BaseChain as BC, SingleChain as SC, SingleChainElementOrNull as SCEON, IDoublyChain as DC, DoublyChainElement as DCE, SingleCircleChain as SCC, SingleCircleChainElement as SCCE, DoublyCircleChain as DCC, N } from './typings'; | ||
declare class BaseChain<T> implements BC<T> { | ||
head: BCE<T>; | ||
head: BCE<T> | SCEON<T>; | ||
length: N; | ||
@@ -5,0 +5,0 @@ readonly capacity: number; |
Sorry, the diff of this file is not supported yet
531566