2018-04-06 15:55:21 +07:00

6 lines
221 B
TypeScript

import { currentTo } from './currentTo';
import { currentValue } from './currentValue';
import { currentWindowStart } from './currentWindowStart';
export const current = [currentTo, ...currentValue, currentWindowStart];