git » sdk » main » tree

[main] / borogove / AttachmentSource.js.hx

1
2
3
4
5
6
7
8
package borogove;

@:forward
abstract AttachmentSource(js.html.File) {
	public inline function tinkSource() {
		return tink.io.Source.ofJsFile(this.name, this);
	}
}