Skip to content

Commit

Permalink
fix: improve types for extractTransform
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Savoskin committed Oct 20, 2019
1 parent c3e5dca commit a37ebbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/extract/extractTransform.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { append, appendTransform, identity, reset, toArray } from '../Matrix2D';
// @ts-ignore
import { parse } from './transform';
import { NumberProp, TransformedProps, TransformProps } from './types';

Expand Down
1 change: 1 addition & 0 deletions src/lib/extract/transform.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function parse(transform: string, options?: object): number[];

0 comments on commit a37ebbb

Please sign in to comment.