xrpl
Version:
A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser
5 lines • 317 B
TypeScript
export declare const INTEGER_SANITY_CHECK: RegExp;
export declare function onlyHasFields(obj: Record<string, unknown>, fields: string[]): boolean;
export declare function isFlagEnabled(Flags: number, checkFlag: number): boolean;
export declare function isHex(str: string): boolean;
//# sourceMappingURL=index.d.ts.map