UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

5 lines (4 loc) 192 B
import { type List } from '../list/module.f.ts'; import type { Tree } from './types/module.f.ts'; export declare const empty: null; export declare const values: <T>(tree: Tree<T>) => List<T>;