UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

6 lines (5 loc) 149 B
import { SaveOperator } from "./base"; /** * Add elements to the end of a list */ export declare const Append: <T>(...value: T[]) => SaveOperator;