UNPKG

next-start-cli

Version:

This is a CLI tool to create a nextjs project and add the necessary dependencies and configurations

2 lines (1 loc) 67 B
export type TlinkTarget = "_blank" | "_self" | "_parent" | "_top";