Ekspor Template Kelas NodeJS

module.exports = class Person
{
    constructor()
    {
        this.type = "Person";
    }
}
PerryGamerPT