@lms-elements/utils
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

Utils

Package with commonly used utils

Usage

import { getObjectPropertyByString } from '@lms-elements/utils';

const a = {
    b: {
        c: {
            value: 'value',
        },
    },
};

const value = getObjectPropertyByString<string>(a, 'b.c.value'); // returns 'value'

Readme

Keywords

Package Sidebar

Install

npm i @lms-elements/utils

Weekly Downloads

126

Version

1.1.4

License

MIT

Unpacked Size

77.5 kB

Total Files

80

Last publish

Collaborators

  • andrey_sharypov
  • don-vadimon
  • y.avdeev