chore: format everything
This commit is contained in:
@@ -7,11 +7,11 @@ import * as constants from './constants'
|
||||
* to maintain functional code structure
|
||||
* */
|
||||
export type BinaryNode = {
|
||||
tag: string
|
||||
attrs: { [key: string]: string }
|
||||
tag: string
|
||||
attrs: { [key: string]: string }
|
||||
content?: BinaryNode[] | string | Uint8Array
|
||||
}
|
||||
export type BinaryNodeAttributes = BinaryNode['attrs']
|
||||
export type BinaryNodeData = BinaryNode['content']
|
||||
|
||||
export type BinaryNodeCodingOptions = typeof constants
|
||||
export type BinaryNodeCodingOptions = typeof constants
|
||||
|
||||
Reference in New Issue
Block a user