UNPKG

104 Btext/coffeescriptView Raw
1
2class TestSingleton
3 @scope: 'SINGLETON'
4 name: 'Test Singleton 2'
5
6module.exports = TestSingleton