@minionorg/share
Version:
17 lines (16 loc) • 478 B
TypeScript
import add from './add';
import addAll from './addAll';
import clone from './clone';
import remove from './remove';
import toAdded from './toAdded';
import toRemoved from './toRemoved';
export { add, addAll, clone, remove, toAdded, toRemoved, };
declare const _default: {
add: typeof add;
addAll: typeof addAll;
clone: typeof clone;
remove: typeof remove;
toAdded: typeof toAdded;
toRemoved: typeof toRemoved;
};
export default _default;