mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
wip
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { typeFromProps } from "../../util";
|
||||
|
||||
export class IBuilder<A> {
|
||||
protected constructor(readonly a: A) {}
|
||||
protected constructor(readonly a: A) { }
|
||||
|
||||
public build(): A {
|
||||
return this.a;
|
||||
|
||||
Reference in New Issue
Block a user