Skip to content

Commit

Permalink
♻️ Export types (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
smolak committed Aug 13, 2022
1 parent 0368b18 commit f80fc7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Expand Up @@ -2,6 +2,9 @@ import got from 'got'
import * as domino from 'domino'

import { Options, Context, RuleSet, MetaData } from './types'

export * from './types'

import { metaDataRules } from './rules'

const defaultOptions = {
Expand Down Expand Up @@ -109,4 +112,4 @@ const getMetaData = async function(input: string | Partial<Options>, inputOption
}

export default getMetaData
module.exports = getMetaData
module.exports = getMetaData

0 comments on commit f80fc7a

Please sign in to comment.