3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
import { Tokens } from './types';
|
|
export declare const reconstruct: (token: Tokens) => string;
|