refactor: convert some more remote stuff to typescript (#20324)
This commit is contained in:
parent
d3922f95e6
commit
b7b0992768
5 changed files with 208 additions and 107 deletions
|
@ -39,7 +39,7 @@ export function isBuffer (value: BufferLike) {
|
|||
return ArrayBuffer.isView(value) || value instanceof ArrayBuffer
|
||||
}
|
||||
|
||||
interface BufferMeta {
|
||||
export interface BufferMeta {
|
||||
type: keyof typeof typedArrays;
|
||||
data: Buffer;
|
||||
length: number | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue