{"code":"import * as tslib_1 from \"tslib\";\r\nvar INITIAL_PROFILE_CONFIG = {\r\n    bio: \"\",\r\n    userID: \"\"\r\n};\r\nvar Profile = /** @class */ (function () {\r\n    function Profile(config) {\r\n        if (config === void 0) { config = INITIAL_PROFILE_CONFIG; }\r\n        config = tslib_1.__assign({}, INITIAL_PROFILE_CONFIG, config);\r\n        this.bio = config.bio;\r\n        this.userID = config.userID;\r\n    }\r\n    return Profile;\r\n}());\r\nexport { Profile };\r\n//# sourceMappingURL=profiles.js.map","map":{"version":3,"file":"profiles.js","sourceRoot":"/Users/austinlaverty/Projects/personal/web/libraries/V0ID/src/core/src/","sources":["classes/profiles.ts"],"names":[],"mappings":";AAMA,IAAM,sBAAsB,GAAkB;IAC7C,GAAG,EAAE,EAAE;IACP,MAAM,EAAE,EAAE;CACV,CAAA;AAED;IAKC,iBACC,MAA8C;QAA9C,uBAAA,EAAA,+BAA8C;QAE9C,MAAM,wBAAQ,sBAAsB,EAAK,MAAM,CAAE,CAAC;QAElD,IAAI,CAAC,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC;QACtB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;IAC7B,CAAC;IACF,cAAC;AAAD,CAAC,AAbD,IAaC"},"dts":{"name":"/Users/austinlaverty/Projects/personal/web/libraries/V0ID/src/core/classes/profiles.d.ts","text":"export interface ProfileConfig {\r\n    readonly bio?: string;\r\n    readonly userID?: string;\r\n}\r\nexport declare class Profile {\r\n    bio: string;\r\n    userID: string;\r\n    constructor(config?: ProfileConfig);\r\n}\r\n"}}
