UNPKG

@enonic/js-utils

Version:
5 lines (3 loc) 134 B
//eslint-disable-next-line @typescript-eslint/ban-types export type AnyString = string|String; export type OptionalSpace = '' | ' ';