mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-01 06:46:49 -04:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
'use strict';
|
|
|
|
module.exports = function() {
|
|
console.debug('custom fn worked');
|
|
};
|