diff --git a/src/index.ts b/src/index.ts index 036001b..50b9a93 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 = { @@ -109,4 +112,4 @@ const getMetaData = async function(input: string | Partial, inputOption } export default getMetaData -module.exports = getMetaData \ No newline at end of file +module.exports = getMetaData