Just a library that lets you bring in faker.js in an AppsScripts project.
- Use library ID
1W55BVPfNd_PabLuHFQPrdIP4LhxYEFMzTycX8m9HesqNcoSoyL1MrK6I
. - Use documentation at faker.js
function myFunction () {
const faker = Faker.module();
faker.name.firstName();
faker.helpers.createCard();
// exactly however it is documented
}