Sha256: 774c7c64c500a47596d204f673e5e10ca4f45e58042e1c170bd5152f7b90a4c4
Contents?: true
Size: 117 Bytes
Versions: 7
Compression:
Stored size: 117 Bytes
Contents
export declare type CodeBlock = { type: string; start: string; end?: string; children?: Array<CodeBlock>; };
Version data entries
7 entries across 7 versions & 1 rubygems