UNPKG

app-root

Version:

Find the entry-point/root file of a front-end application

7 lines 127 B
define(['backbone'], function (Backbone) { return Backbone.Model.extend({ defaults: { name: 'Saget' } }); });