UNPKG

clvm

Version:

Javascript implementation of chia lisp

4 lines (3 loc) 104 B
export declare const None: undefined; export type None = undefined; export type Optional<T> = T | None;