UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

This plugin for [Nx](https://nx.dev) helps injecting local dependencies into a package.

13 lines (12 loc) 194 B
/** * @since 0.5.0 */ import * as t from 'io-ts' /** * @since 0.5.0 */ export interface DateC extends t.Type<Date, Date, unknown> {} /** * @since 0.5.0 */ export declare const date: DateC