File size: 88 Bytes
6b8fc2c
7b71fb2
 
 
1
2
3
4
5
import 'umi/typings';
declare module 'lodash';

export type Nullable<T> = T | null;