UNPKG

@ngxs/store

Version:
7 lines (6 loc) 242 B
import { StateOperator } from '@ngxs/store'; import { RepairType } from './utils'; /** * @param items - Specific items to append to the end of an array */ export declare function append<T>(items: T[]): StateOperator<RepairType<T>[]>;