Repository URL to install this package:
|
Version:
6.0.4 ▾
|
import segments from './segments';
import dotHas from './has';
import dotGet from './get';
import dotDelete from './delete';
import dotSet from './set';
export { dotHas as has, dotGet as get, dotSet as set, dotDelete as delete, segments, };