UNPKG

@dicebear/core

Version:

An avatar library for designers and developers.

4 lines (3 loc) 150 B
import { Style } from '../types.js'; export declare function xml(style: Style<any>): string; export declare function text(style: Style<any>): string;