mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-13 19:46:47 +00:00
6 lines
221 B
TypeScript
6 lines
221 B
TypeScript
import { currentTo } from './currentTo';
|
|
import { currentValue } from './currentValue';
|
|
import { currentWindowStart } from './currentWindowStart';
|
|
|
|
export const current = [currentTo, ...currentValue, currentWindowStart];
|