UNPKG

191 BJavaScriptView Raw
1// TODO: for now namespace
2export function getProductPrice(product) {
3 return product.price;
4}
5
6export function getProductPrice2(product) {
7 return product.price2;
8}
9
10export var yo = 'hi';