first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@ben-to/testing",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"main": "src/iso-date.ts",
|
||||
"types": "src/iso-date.ts",
|
||||
"exports": {
|
||||
"./iso-date": "./src/iso-date.ts"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export const buildIsoDate = (value: string): string => new Date(value).toISOString();
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
Reference in New Issue
Block a user