| 2 | import regex from './replace/regex'; |
| 3 | |
| 4 | export interface KeyframesLibraryOptions extends BaseLibraryOptions { |
| 5 | origKeyframe?: boolean; |
| 6 | } |
| 7 | |
| 8 | export class KeyframesLibrary extends BaseLibrary { |
| 9 | constructor() { |
nothing calls this directly
no outgoing calls
no test coverage detected