UNPKG

choices.js

Version:

A vanilla JS customisable text input/select box plugin

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