feat: Migrate JavaScript to TypeScript
This commit is contained in:
parent
b3cddbe7fa
commit
7b1d8d3b9b
17 changed files with 585 additions and 142 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const getOS = require("../lib/get-os");
|
||||
import getOS from "../src/get-os";
|
||||
|
||||
describe("getOS", () => {
|
||||
test("test", () => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
const getURL = require("../lib/get-url");
|
||||
import getURL from "../src/get-url";
|
||||
|
||||
describe("getURL()", () => {
|
||||
test("test", () => {
|
||||
Loading…
Add table
Add a link
Reference in a new issue