iyegoroff / ts-is-defined

Typescript utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import example

ts-web opened this issue · comments

Can the readme show how it's imported?

E.g.

import { isDefined } from 'ts-is-defined';
// or
import isDefined from 'ts-is-defined';

Thank you