UNPKG

@habib2005/my-custom-package

Version:
10 lines (4 loc) 220 B
// Import the package const { getRandomUser } = require('@habib2005/my-custom-package'); // Or 'my-custom-package' if unscoped // Use the function // Output: Hello, Habib! Welcome to my custom NPM package.