UNPKG

@illandril/foundryvtt-types

Version:

Type definitions for the Foundry VTT client, used by Illandril's modules

9 lines (7 loc) 120 B
declare global { interface String { capitalize: () => string; titleCase: () => string; } } export type {};