UNPKG
founder-mode
Version:
latest (1.0.1)
1.0.1
1.0.0
A simple utility to activate Founder Mode in your projects.
founder-mode
/
index.js
11 lines
(9 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Activates Founder Mode */
function
activateFounderMode
(str)
{
return
true
; }
module
.exports = { activateFounderMode };