UNPKG

@ionre/utils

Version:

utility functions

3 lines (2 loc) 151 B
export declare let tabBlock: (tabs: number) => (block: string) => string; export declare let moveBlock: (spaces: number) => (block: string) => string;