| 1 | import { Transforms, List } from '@editablejs/models' |
| 2 | import { LEADING_ATTR_KEY } from './constants' |
| 3 | import { Leading } from './interfaces/leading' |
| 4 | import { LeadingHotkey, LeadingOptions } from './options' |
nothing calls this directly
no test coverage detected