aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/testregister2.mjs
blob: 9119c167e7f5c0457be2ec53ad4d2f4230b55df2 (plain)
1
2
3
4
5
import math from 'math';

export function addAndDouble(a, b) {
    return math.add(a, b) * 2;
}