@ngxs/store
Version:
14 lines (13 loc) • 409 B
TypeScript
/**
* @module
* @description
* Entry point for all public APIs of this package.
*/
export { append } from './append';
export { compose } from './compose';
export { iif } from './iif';
export { insertItem } from './insert-item';
export { patch } from './patch';
export { isStateOperator } from './utils';
export { updateItem } from './update-item';
export { removeItem } from './remove-item';