- Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Hey there!
Given the following input code:
export const add = async ( data: {num1: number, num2: number} ) => { console.log(`Adding ${num1} + ${num2}`) return data.num1 + data.num2 } export default { name: "example-module", }
file.exports
returns an empty array.
Am I using this library wrong, or isn't file.exports
implemented yet?
gweiermann
Metadata
Metadata
Assignees
Labels
No labels