2 lines
86 B
TypeScript
Executable file
2 lines
86 B
TypeScript
Executable file
import type { ScalarTag } from '../types.js';
|
|
export declare const string: ScalarTag;
|