human/types/profile.d.ts

3 lines
90 B
TypeScript
Raw Normal View History

2021-02-08 18:47:38 +01:00
export declare const data: {};
2021-02-13 15:22:40 +01:00
export declare function run(name: string, raw: any): void;