mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-21 09:52:50 +02:00
3 lines
63 B
JavaScript
3 lines
63 B
JavaScript
export function new_blob() {
|
|
return new Blob([ 1, 2, 3 ]);
|
|
}
|