routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { TruncationOptions, WidthOptions, Result } from './types.js';
|
||||
declare const getStringTruncatedWidth: (input: string, truncationOptions?: TruncationOptions, widthOptions?: WidthOptions) => Result;
|
||||
export default getStringTruncatedWidth;
|
||||
export type { TruncationOptions, WidthOptions, Result };
|
||||
Reference in New Issue
Block a user