I hereby claim:
- I am brassev on github.
- I am whitescripter (https://keybase.io/whitescripter) on keybase.
- I have a public key ASAGA0mFdQm1BJkL0Je_Jd7AW5w-PbMWEJLjdCViunJbVgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
export const FragmentLender = Symbol("To implement the FragmentLender trait, see here: example.com/docs/traits/FragmentLender"); | |
export class Instance { | |
get [FragmentLender]() { return this; } | |
borrowFragment() { | |
const ret = this._fragment; | |
if (ret) { | |
this._fragment = undefined; | |
} | |
return ret; | |
} |