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