Sha256: 7cbb19d824c05c74ea2106cec1c70e6266cbf4cc1e13dc52cdce948b3881e06d
Contents?: true
Size: 504 Bytes
Versions: 23
Compression:
Stored size: 504 Bytes
Contents
// TypeScript Version: 3.0 import unified = require('unified') import remarkParse = require('remark-parse') import remarkStringify = require('remark-stringify') declare namespace remark { type RemarkOptions = remarkParse.RemarkParseOptions & remarkStringify.RemarkStringifyOptions type PartialRemarkOptions = remarkParse.PartialRemarkParseOptions & remarkStringify.PartialRemarkStringifyOptions } declare function remark(): unified.Processor<remark.PartialRemarkOptions> export = remark
Version data entries
23 entries across 23 versions & 1 rubygems