Files
Schnappix/node_modules/fontfaceobserver/src/descriptors.js
T

11 lines
188 B
JavaScript

goog.provide('fontface.Descriptors');
/**
* @typedef {{
* style: (string|undefined),
* weight: (string|undefined),
* stretch: (string|undefined)
* }}
*/
fontface.Descriptors;