yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
7 lines (6 loc) • 294 B
TypeScript
export const isBrowser: boolean;
export const isNode: boolean;
export function loadFontBrowser(fontPath: any): Promise<any>;
export function loadFontNode(fontPath: any, skia: any): void;
export function numberToFull(value: any): any;
export function inheritProp(obj: any, parentObj?: {}): any;