UNPKG

@dan-uni/dan-any

Version:

A danmaku transformer lib, supporting danmaku from different platforms.

4 lines (3 loc) 230 B
export declare const assign: <T extends object>(source: T, ...targets: Partial<T>[]) => T; export declare const arrayOfLength: <T>(length: number, defaultValue: T) => T[]; export declare const uniqueArray: <T>(array: T[]) => T[];