UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (2 loc) 118 B
declare const resolveSyntax: (extension: string) => "scss" | "indented" | "css" | undefined; export = resolveSyntax;