UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

4 lines (3 loc) 177 B
import type { Reduce, Unary } from "../types/function/operator/module.f.ts"; export declare const normalize: Unary<string, string>; export declare const concat: Reduce<string>;