Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
4
node_modules/fast-string-truncated-width/dist/index.d.ts
generated
vendored
Normal file
4
node_modules/fast-string-truncated-width/dist/index.d.ts
generated
vendored
Normal file
@@ -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