Skip to content

parseDate

Source Code | Documentation

ts
  import { 
parseDate
} from 'feathers-utils/transformers';

Type declaration

ts
export declare const parseDate: (
  fieldNames: MaybeArray<string>,
) => TransformerFn
ArgumentTypeDescription
fieldNamesMaybeArray<string>

Released under the MIT License.