andreashuber69/lightning-node-operator

View on GitHub
src/info/getMilliseconds.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const getMilliseconds = (days: number) => days * 24 * 60 * 60 * 1000;