k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame contribute delete
110 Bytes
declare function transformOn(
obj: Record<string, any>
): Record<`on${string}`, any>;
export = transformOn;