human/types/profile.d.ts

3 lines
90 B
TypeScript
Raw Normal View History

2021-03-17 23:57:00 +01:00
export declare const data: {};
export declare function run(name: string, raw: any): void;