-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi,
currently I'm using your package in a Typescript project that I have inherited from a collegue. I really enjoy working with it, so far. What do you think about generating some Typescript declaration files?
I've never done it by hand so far, but Microsoft provides a generator that might be helpful dts-gen (https://github.com/Microsoft/dts-gen).
Calling dts-gen -m struct is not very helpful:
/** Declaration file generated by dts-gen */
export = struct;
declare function struct(...args: any[]): any;
declare namespace struct {
// Circular reference from struct
const Struct: any;
const prototype: {
};
}
Metadata
Metadata
Assignees
Labels
No labels