Skip to main content
Module

x/ts_serialize/serializable.ts>TransformKey

A zero dependency library for serializing data
Latest
interface TransformKey
import { type TransformKey } from "https://deno.land/x/ts_serialize@v2.0.3/serializable.ts";

called against every property key transforming the key with the provided function

Methods

tsTransformKey(key: string): string