2022-07-01から1ヶ月間の記事一覧

chevrotain .d.ts

export as namespace chevrotain export declare const VERSION: string export type ParserMethod<ARGS extends unknown[], R> = (...args: ARGS) => R /** * This class does not actually exists nor is exposed at runtime. * This is just a helper to avoid duplications in the T</args>…

SVG.js.d.ts

typo: build-in // Type definitions for @svgdotjs version 3.x // Project: @svgdotjs/svg.js // trick to keep reference to Array build-in type declare class BuiltInArray<T> extends Array<T> { } // trick to have nice attribute list for CSS declare t</t></t>…