UNPKG

clipboard-polyfill

Version:

A polyfill for the asynchronous clipboard API

10 lines (8 loc) 208 B
export const DataTypes: {[key:string]:string} = { TEXT_PLAIN: "text/plain", TEXT_HTML: "text/html" }; export const DataTypeLookup: {[key:string]:boolean} = { "text/plain": true, "text/html": true };