persona-community-5/.pnpm-store/v3/files/90/78749dcd1da442ba7106ddac70626ae39a51ea288110b51e387216b218ffb6a3bac3f520de60a7a349bfc22b1fc73022f9aa3a0f60d91dfcfb94e949e9d6ef
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
360 B
Plaintext

export declare function isNothing(subject: any): boolean;
export declare function isObject(subject: any): boolean;
export declare function toArray(sequence: any): any[];
export declare function extend(target: any, source: any): any;
export declare function repeat(string: any, count: any): string;
export declare function isNegativeZero(number: any): boolean;