mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
chore: Update deps
This commit is contained in:
13
lib/esm/config/builder.js
Normal file
13
lib/esm/config/builder.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export class IBuilder {
|
||||
constructor(a) {
|
||||
Object.defineProperty(this, "a", {
|
||||
enumerable: true,
|
||||
configurable: true,
|
||||
writable: true,
|
||||
value: a
|
||||
});
|
||||
}
|
||||
build() {
|
||||
return this.a;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user