4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
import { currentTo } from './currentTo';
|
|||
import { currentValue } from './currentValue';
|
|||
export const current = [currentTo, ...currentValue];
|