Swap-Aggregator-Subgraph/node_modules/assemblyscript/std/assembly/compat.ts
2022-07-03 07:27:35 +05:30

3 lines
82 B
TypeScript

export type ReturnType<T> = returnof<T>;
export type NonNullable<T> = nonnull<T>;