UNPKG

@turbox3d/graphic-component-pixi

Version:

Graphic component library based on pixi

10 lines (9 loc) 376 B
/** * Check if a string starts with $ or _ */ export declare function isReserved(str: string): boolean; export declare function isSupportProxy(): boolean; export declare function isSymbol(symbol: any): boolean; export declare function isSupportSymbol(): boolean; export declare const toObjectTypeString: (value: any) => string; export declare const stateDecoRegExp: RegExp;