UNPKG

javascript-obfuscator

Version:
4 lines (2 loc) 125 B
/* eslint-disable @typescript-eslint/consistent-type-definitions */ export type TObject <T = unknown> = {[key: string]: T};