UNPKG

@klayr/utils

Version:

Library containing generic utility functions for use with Klayr-related software

4 lines (3 loc) 124 B
/// <reference types="node" /> import { Q } from './q'; export declare const q96: (val: number | bigint | Buffer | Q) => Q;