ragflow / web /typings.d.ts
Last commit not found
raw
history blame
76 Bytes
declare module 'lodash';
declare global {
type Nullable<T> = T | null;
}