1 2 3 4 5 6 7 8
package snikket; @:forward abstract AttachmentSource(js.html.File) { public inline function tinkSource() { return tink.io.Source.ofJsFile(this.name, this); } }