UNPKG

opentype.features.js

Version:

Library to list opentype fonts optional features.

10 lines (9 loc) 281 B
declare namespace _default { export { fail }; export { argument }; export { argument as assert }; } export default _default; export function fail(message: any): void; export function argument(predicate: any, message: any): void; export { argument as assert };