VSADX / object-autocorrect

A tool that wraps an object in a Proxy for autocorrecting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature-autocorrect for sms-eval.js

context:

import { push, slide, make } from "./sms-eval.js"

function add(a, b) {
    return a + b
}

current:

push = 5; push = 3; slide = add;
// [8]

new:

autocorrect({push, slide, add})

psh = 5; ph = 3; sld = ad
// [8]

SMS is at a payment per letter so if this demo does work it also can help better things.

About

A tool that wraps an object in a Proxy for autocorrecting

License:Apache License 2.0


Languages

Language:JavaScript 100.0%