mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* rename @elastic/* packages to @kbn/* * update yarn.lock * [CI] Auto-commit changed files from 'node scripts/generate packages_build_manifest' * update lint task * review feedback Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
9 lines
357 B
TypeScript
9 lines
357 B
TypeScript
/*
|
|
* This file is forked from the DefinitelyTyped project (https://github.com/DefinitelyTyped/DefinitelyTyped),
|
|
* and may include modifications made by Elasticsearch B.V.
|
|
* Elasticsearch B.V. licenses this file to you under the MIT License.
|
|
* See `packages/kbn-safer-lodash-set/LICENSE` for more information.
|
|
*/
|
|
|
|
import { set } from '.';
|
|
export = set;
|