6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
/**
|
|
* @packageDocumentation
|
|
* @module std.internal
|
|
*/
|
|
export declare type Temporary = any;
|