7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
export const NEVERSTOPBLOWINGUP = {};
|
|
|
|
// Define constants here, such as:
|
|
NEVERSTOPBLOWINGUP.foobar = {
|
|
'bas': 'NEVERSTOPBLOWINGUP.bas',
|
|
'bar': 'NEVERSTOPBLOWINGUP.bar'
|
|
}; |