File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import {
4242```
4343
4444``` typescript
45- // Check `is` prefix functions.
45+ // `is` prefix functions.
4646import {
4747 isArray ,
4848 isBigInt ,
@@ -68,12 +68,15 @@ import {
6868 isType ,
6969 isUndefined
7070} from ' @angular-package/type' ;
71- // Check `are` prefix functions.
72- import { areString } from ' @angular-package/type' ;
71+
72+ // `are` prefix functions.
73+ import {
74+ areString
75+ } from ' @angular-package/type' ;
7376```
7477
7578``` typescript
76- // Check `isNot` prefix functions.
79+ // `isNot` prefix functions.
7780import {
7881 isNotBoolean ,
7982 isNotDefined ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import {
4242```
4343
4444``` typescript
45- // Check `is` prefix functions.
45+ // `is` prefix functions.
4646import {
4747 isArray ,
4848 isBigInt ,
@@ -68,12 +68,15 @@ import {
6868 isType ,
6969 isUndefined
7070} from ' @angular-package/type' ;
71- // Check `are` prefix functions.
72- import { areString } from ' @angular-package/type' ;
71+
72+ // `are` prefix functions.
73+ import {
74+ areString
75+ } from ' @angular-package/type' ;
7376```
7477
7578``` typescript
76- // Check `isNot` prefix functions.
79+ // `isNot` prefix functions.
7780import {
7881 isNotBoolean ,
7982 isNotDefined ,
You can’t perform that action at this time.
0 commit comments