mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-26 09:53:34 +03:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
|
/**
|
||
|
A builder function for the Stick application;
|
||
|
@var {function} Application
|
||
|
*/
|
||
|
var {Application} = require("stick");
|