Skip to content

useLodash

Introduction

使用 lodash 的工具函数

Basic Usage

ts
import { useLodash } from '@flypeng/tool/browser';

const lodash = useLodash();

Type Declaration

ts
/**
 * 使用lodash
 * @returns
 */
declare function useLodash(): _.LoDashStatic;

Released under the MIT License.