solana/web3.js-experimental/src/doThing.ts

4 lines
89 B
TypeScript
Raw Normal View History

export default function doThing() {
return 'This is the node fork of `doThing()`';
}