UNPKG

choices.js

Version:

A vanilla JS customisable text input/select box plugin

6 lines (4 loc) 90 B
export interface StringUntrusted { readonly escaped: string; readonly raw: string; }