Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
subtitle
/
src
/
Filename :
stringify.ts
back
Copy
import { map, FormatOptions, Node } from '.' import { Formatter } from './Formatter' export const stringify = (options: FormatOptions) => { const formatter = new Formatter(options) return map((chunk: Node) => formatter.format(chunk)) }