frontend/.pnpm-store/v3/files/d7/e935b0e5f3b94b1a16a2e6f55762a487df92b5f9a59f36c415d591a4e486649257df2b7345ca9e5219a5423b89896609716da31a8da1aa4c6229f8899c7cf8

7 lines
325 B
Plaintext

/// <reference types="node" />
export declare function bufFromString(str: string): Buffer;
export declare function emptyBuffer(): Buffer;
export declare function filterArray(arr: any[], filter: number[]): any[];
export declare const trimLeft: (str: string) => string;
export declare const trimRight: (str: string) => string;