UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

5 lines (4 loc) 271 B
declare function unchanged(argument?: string): any; declare function lengthOrUnitless(argument: string): any; declare function lengthOrPercentageOrUnitless(argument: string, defaultVal?: string): any; export { unchanged, lengthOrUnitless, lengthOrPercentageOrUnitless };