Skip to main content
Module

x/core_fn/uncurry/mod.ts

A collection of built-in object method and property as currying function
Latest
File
// Copyright 2021-present the Core-fn authors. All rights reserved. MIT license.export * from "./string/mod.ts";export * from "./regexp/mod.ts";export * from "./common/mod.ts";