4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
import { Dict } from '../types';
|
|
export declare const EMPTY_ARRAY: readonly any[];
|
|
export declare const EMPTY_OBJECT: Readonly<Dict<any>>;
|