Skip to content

Issue #12 .d.ts file

Tim Rogers requested to merge issue/12 into milestone/3.0.10

@caleb.weeks I do have a couple places where "any" is still used, mainly the callback function bodies. Let me know if those should be something else. I also wanted to point out the function preprocess(path: string, details?: any): Object. the "details" parameter doesn't appear to actually be used in the function, but including it here since it does exist. Again, let me know if I should change the "any" to another type.

Edited by Caleb Weeks

Merge request reports