Skip to content

Commit

Permalink
Expose Targets in types (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Apr 13, 2023
1 parent 835e5bc commit ec6767e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/index.d.ts
Expand Up @@ -3,6 +3,8 @@ import type { Targets } from './targets';

export * from './ast';

export { Targets };

export interface TransformOptions<C extends CustomAtRules> {
/** The filename being transformed. Used for error messages and source maps. */
filename: string,
Expand Down

0 comments on commit ec6767e

Please sign in to comment.