UNPKG

ts-mls

Version:

[![CI](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml/badge.svg)](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/ts-mls.svg)](https://badge.fury.io/js/ts-mls) [![Coverage Status](https://co

6 lines (5 loc) 168 B
export type LifetimeConfig = { maximumTotalLifetime: bigint; validateLifetimeOnReceive: boolean; }; export declare const defaultLifetimeConfig: LifetimeConfig;