mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 11:27:59 +00:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import type { BitLength } from './types.js';
|
|
/** @internal */
|
|
export declare const DEFAULT_BITLENGTH: BitLength;
|