UNPKG

speculate

Version:

Automatically generates an RPM Spec file for your Node.js project

8 lines (5 loc) 133 B
'use strict'; const linuxUsernameLimit = 32; module.exports = function (name) { return name.substring(0, linuxUsernameLimit); };