"use strict";
import * as "obj" from "capitalize_strings";
This is not working ,I have tried in many ways
"use strict";
import * as "obj" from "capitalize_strings";
This is not working ,I have tried in many ways
Notice the examples in the challenge description:
Note how there are not quotes around the identifier after import * as
Got it,thanks for the reply