UNPKG
purgo
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.3
0.1.2
0.1.1
Zero-config PHI-scrubber for browser and Node.js
github.com/Olow304/purgo
Olow304/purgo
purgo
/
dist
/
index.d.ts
9 lines
(8 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ redact }
from
'./redact'
;
import
{
PurgoOptions
}
from
'./types'
;
/** * Main Purgo initialization function */
export
declare
function
purgo
(
options?: PurgoOptions
):
void
;
export
{ redact };
export
*
from
'./types'
;