UNPKG

live2d-widgets

Version:
5 lines (4 loc) 299 B
declare function randomSelection(obj: string[] | string): string; declare function randomOtherOption(total: number, excludeIndex: number): number; declare function loadExternalResource(url: string, type: string): Promise<string>; export { randomSelection, loadExternalResource, randomOtherOption };