UNPKG

95 BTypeScriptView Raw
1import { Tokens } from './types';
2export declare const reconstruct: (token: Tokens) => string;